Html Css Color HEX #463630 Rebel

📋 copy color: '#463630'

red 70 ◦ green 54 ◦ blue 48

#463630
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rebel #463630

Tints of Rebel #463630

RGB

 RED value IS 70 (27.73% from 255) = 40.7%

 GREEN value IS 54 (21.48% from 255) = 31.4%

 BLUE value IS 48 (19.14% from 255) = 27.91%

R = 40.7%
G = 31.4%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#463630 (or 0x463630) is known color: Rebel. HEX triplet: 46, 36 and 30. RGB value is (70,54,48). Sum of RGB (Red+Green+Blue) = 70+54+48=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #463630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463630 is #B9C9CF. Grayscale: #3A3A3A. Windows color (decimal): -12175824 or 3159622. OLE color: 3159622.

HSL color Cylindrical-coordinate representation of color #463630: hue angle of 16.36º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #463630 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 54 48 -
CMYK 0 0.23 0.31 0.73
HSL 16.36º 0.19% 0.23% -
HSV(B) 16.36º 0.31% 0.27% -
XYZ 4.38 4.15 3.37 -
YUV 58.1 122.3 136.49 -
System Red Green Blue C M Y K H S L
Decimal 70 54 48 0 0.23 0.31 0.73 16.36 0.19 0.23
Hex 46 36 30 0 17 1F 49 10 13 17
Octal 106 66 60 0 27 37 111 20 23 27
Binary 1000110 110110 110000 0 10111 11111 1001001 10000 10011 10111

Color Harmonies of #463630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463630

Black with #463630

Text Example


Text Example

White with #463630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463630; }

 p { color: rgb(70,54,48); }

 H1.HeaderClassName
 {
   color: #463630;
 }
 .AnyTagClassName
 {
   color: #463630;
 }
</style>

background-color css

<style>
 a { background-color: #463630; }

 a { background-color: rgb(70,54,48); }

 div.DivClassName
 {
   background-color: #463630;
 }
 .BgClassName
 {
   background-color: #463630;
 }
</style>

border-color css

<style>
 span { border-color: #463630; }

 span { border-color: rgb(70,54,48); }

 td.TdClassName
 {
   border-color: #463630;
 }
 .TagClassName
 {
   border-color: #463630;
 }
</style>