Html Css Color HEX #422E31 Cab Sav

📋 copy color: '#422E31'

red 66 ◦ green 46 ◦ blue 49

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

Shades of Cab Sav #422E31

Tints of Cab Sav #422E31

RGB

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

 GREEN value IS 46 (18.36% from 255) = 28.57%

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

R = 40.99%
G = 28.57%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#422E31 (or 0x422E31) is known color: Cab Sav. HEX triplet: 42, 2E and 31. RGB value is (66,46,49). Sum of RGB (Red+Green+Blue) = 66+46+49=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 66 - color contains mainly: red. Hex color #422E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E31 is #BDD1CE. Grayscale: #343434. Windows color (decimal): -12440015 or 3223106. OLE color: 3223106.

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

Color convert

RGB 66 46 49 -
CMYK 0 0.30 0.26 0.74
HSL 351º 0.18% 0.22% -
HSV(B) 351º 0.3% 0.26% -
XYZ 3.78 3.33 3.35 -
YUV 52.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 66 46 49 0 0.30 0.26 0.74 351 0.18 0.22
Hex 42 2E 31 0 1E 1A 4A 15F 12 16
Octal 102 56 61 0 36 32 112 537 22 26
Binary 1000010 101110 110001 0 11110 11010 1001010 101011111 10010 10110

Color Harmonies of #422E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E31

Black with #422E31

Text Example


Text Example

White with #422E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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