Html Css Color HEX #463237 Cab Sav

📋 copy color: '#463237'

red 70 ◦ green 50 ◦ blue 55

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

Shades of Cab Sav #463237

Tints of Cab Sav #463237

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.57%

 BLUE value IS 55 (21.88% from 255) = 31.43%

R = 40%
G = 28.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#463237 (or 0x463237) is known color: Cab Sav. HEX triplet: 46, 32 and 37. RGB value is (70,50,55). Sum of RGB (Red+Green+Blue) = 70+50+55=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 55 (21.88% from 255 or 31.43% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #463237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463237 is #B9CDC8. Grayscale: #383838. Windows color (decimal): -12176841 or 3617350. OLE color: 3617350.

HSL color Cylindrical-coordinate representation of color #463237: hue angle of 345º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #463237 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 50 55 -
CMYK 0 0.29 0.21 0.73
HSL 345º 0.17% 0.24% -
HSV(B) 345º 0.29% 0.27% -
XYZ 4.36 3.86 4.13 -
YUV 56.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 70 50 55 0 0.29 0.21 0.73 345 0.17 0.24
Hex 46 32 37 0 1D 15 49 159 11 18
Octal 106 62 67 0 35 25 111 531 21 30
Binary 1000110 110010 110111 0 11101 10101 1001001 101011001 10001 11000

Color Harmonies of #463237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463237

Black with #463237

Text Example


Text Example

White with #463237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463237; }

 p { color: rgb(70,50,55); }

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

background-color css

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

 a { background-color: rgb(70,50,55); }

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

border-color css

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

 span { border-color: rgb(70,50,55); }

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