Html Css Color HEX #422F31 Cab Sav

📋 copy color: '#422F31'

red 66 ◦ green 47 ◦ blue 49

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

Shades of Cab Sav #422F31

Tints of Cab Sav #422F31

RGB

 RED value IS 66 (26.17% from 255) = 40.74%

 GREEN value IS 47 (18.75% from 255) = 29.01%

 BLUE value IS 49 (19.53% from 255) = 30.25%

R = 40.74%
G = 29.01%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#422F31 (or 0x422F31) is known color: Cab Sav. HEX triplet: 42, 2F and 31. RGB value is (66,47,49). Sum of RGB (Red+Green+Blue) = 66+47+49=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 49 (19.53% from 255 or 30.25% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #422F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F31 is #BDD0CE. Grayscale: #343434. Windows color (decimal): -12439759 or 3223362. OLE color: 3223362.

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

Color convert

RGB 66 47 49 -
CMYK 0 0.29 0.26 0.74
HSL 353.68º 0.17% 0.22% -
HSV(B) 353.68º 0.29% 0.26% -
XYZ 3.82 3.41 3.36 -
YUV 52.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 66 47 49 0 0.29 0.26 0.74 353.68 0.17 0.22
Hex 42 2F 31 0 1D 1A 4A 162 11 16
Octal 102 57 61 0 35 32 112 542 21 26
Binary 1000010 101111 110001 0 11101 11010 1001010 101100010 10001 10110

Color Harmonies of #422F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F31

Black with #422F31

Text Example


Text Example

White with #422F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422F31; }

 p { color: rgb(66,47,49); }

 H1.HeaderClassName
 {
   color: #422F31;
 }
 .AnyTagClassName
 {
   color: #422F31;
 }
</style>

background-color css

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

 a { background-color: rgb(66,47,49); }

 div.DivClassName
 {
   background-color: #422F31;
 }
 .BgClassName
 {
   background-color: #422F31;
 }
</style>

border-color css

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

 span { border-color: rgb(66,47,49); }

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