#423032

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

Shades of Cab Sav #423032

Tints of Cab Sav #423032

Color information

#423032 (or 0x423032) is unknown color: approx Cab Sav. HEX triplet: 42, 30 and 32. RGB value is (66,48,50). Sum of RGB (Red+Green+Blue) = 66+48+50=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 48 (19.14% from 255 or 29.27% from 164); Blue value is 50 (19.92% from 255 or 30.49% from 164); Max value from RGB is 66 - color contains mainly: red. Hex color #423032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423032 is #BDCFCD. Grayscale: #353535. Windows color (decimal): -12439502 or 3289154. OLE color: 3289154.

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

Color convert

RGB664850-
CMYK00.270.240.74
HSL353.33º15.79%22.35%-
HSV(B)353.33º27.27%25.88%-
XYZ3.883.53.49-
YUV53.61125.96136.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 40.24%
GREEN value IS 48 (19.14% from 255) = 29.27%
BLUE value IS 50 (19.92% from 255) = 30.49%
R=40.24%
G=29.27%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66485000.270.240.74353.3315.7922.35
Hex42303201B184A1611016
Octal1026062033301125412026
Binary10000101100001100100110111100010010101011000011000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423032; }

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

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

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

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

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

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

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

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