Html Css Color HEX #423032 Cab Sav

📋 copy color: '#423032'

red 66 ◦ green 48 ◦ blue 50

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

Shades of Cab Sav #423032

Tints of Cab Sav #423032

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 value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#423032 (or 0x423032) is known color: 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

RGB 66 48 50 -
CMYK 0 0.27 0.24 0.74
HSL 353.33º 0.16% 0.22% -
HSV(B) 353.33º 0.27% 0.26% -
XYZ 3.88 3.5 3.49 -
YUV 53.61 125.96 136.84 -
System Red Green Blue C M Y K H S L
Decimal 66 48 50 0 0.27 0.24 0.74 353.33 0.16 0.22
Hex 42 30 32 0 1B 18 4A 161 10 16
Octal 102 60 62 0 33 30 112 541 20 26
Binary 1000010 110000 110010 0 11011 11000 1001010 101100001 10000 10110

Color Harmonies of #423032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423032

Black with #423032

Text Example


Text Example

White with #423032

Text Example


Text Example

HTML Codes & Css Web 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>