#423336

Color #423336 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #423336

Tints of Cab Sav #423336

Color information

#423336 (or 0x423336) is unknown color: approx Cab Sav. HEX triplet: 42, 33 and 36. RGB value is (66,51,54). Sum of RGB (Red+Green+Blue) = 66+51+54=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 54 (21.48% from 255 or 31.58% from 171); Max value from RGB is 66 - color contains mainly: red. Hex color #423336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423336 is #BDCCC9. Grayscale: #373737. Windows color (decimal): -12438730 or 3552066. OLE color: 3552066.

HSL color Cylindrical-coordinate representation of color #423336: hue angle of 348º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #423336 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB665154-
CMYK00.230.180.74
HSL348º12.82%22.94%-
HSV(B)348º22.73%25.88%-
XYZ4.13.794.01-
YUV55.83126.97135.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 51 (20.31% from 255) = 29.82%
BLUE value IS 54 (21.48% from 255) = 31.58%
R=38.60%
G=29.82%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66515400.230.180.7434812.8222.94
Hex423336017124A15cd17
Octal1026366027221125341527
Binary1000010110011110110010111100101001010101011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423336; }

 p { color: rgb(66,51,54); }

 H1.HeaderClassName
 {
   color: #423336;
 }
 .AnyTagClassName
 {
   color: #423336;
 }
</style>
background-color css

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

 a { background-color: rgb(66,51,54); }

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

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

 span { border-color: rgb(66,51,54); }

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