#423234

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

Shades of Cab Sav #423234

Tints of Cab Sav #423234

Color information

#423234 (or 0x423234) is unknown color: approx Cab Sav. HEX triplet: 42, 32 and 34. RGB value is (66,50,52). Sum of RGB (Red+Green+Blue) = 66+50+52=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 52 (20.70% from 255 or 30.95% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #423234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423234 is #BDCDCB. Grayscale: #373737. Windows color (decimal): -12438988 or 3420738. OLE color: 3420738.

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

Color convert

RGB665052-
CMYK00.240.210.74
HSL352.5º13.79%22.75%-
HSV(B)352.5º24.24%25.88%-
XYZ4.013.693.75-
YUV55.01126.3135.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 50 (19.92% from 255) = 29.76%
BLUE value IS 52 (20.70% from 255) = 30.95%
R=39.29%
G=29.76%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66505200.240.210.74352.513.7922.75
Hex423234018154A160e17
Octal1026264030251125401627
Binary1000010110010110100011000101011001010101100000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423234; }

 p { color: rgb(66,50,52); }

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

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

 a { background-color: rgb(66,50,52); }

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

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

 span { border-color: rgb(66,50,52); }

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