#423236

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

Shades of Cab Sav #423236

Tints of Cab Sav #423236

Color information

#423236 (or 0x423236) is unknown color: approx Cab Sav. HEX triplet: 42, 32 and 36. RGB value is (66,50,54). Sum of RGB (Red+Green+Blue) = 66+50+54=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 54 (21.48% from 255 or 31.76% from 170); Max value from RGB is 66 - color contains mainly: red. Hex color #423236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423236 is #BDCDC9. Grayscale: #373737. Windows color (decimal): -12438986 or 3551810. OLE color: 3551810.

HSL color Cylindrical-coordinate representation of color #423236: hue angle of 345º 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 #423236 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.74.

Color convert

RGB665054-
CMYK00.240.180.74
HSL345º13.79%22.75%-
HSV(B)345º24.24%25.88%-
XYZ4.053.713.99-
YUV55.24127.3135.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 50 (19.92% from 255) = 29.41%
BLUE value IS 54 (21.48% from 255) = 31.76%
R=38.82%
G=29.41%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66505400.240.180.7434513.7922.75
Hex423236018124A159e17
Octal1026266030221125311627
Binary1000010110010110110011000100101001010101011001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423236; }

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

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

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

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

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

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

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

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