Html Css Color HEX #422C31 Cab Sav

📋 copy color: '#422C31'

red 66 ◦ green 44 ◦ blue 49

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

Shades of Cab Sav #422C31

Tints of Cab Sav #422C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 27.67%

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

R = 41.51%
G = 27.67%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#422C31 (or 0x422C31) is known color: Cab Sav. HEX triplet: 42, 2C and 31. RGB value is (66,44,49). Sum of RGB (Red+Green+Blue) = 66+44+49=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 44 (17.58% from 255 or 27.67% from 159); Blue value is 49 (19.53% from 255 or 30.82% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C31 is #BDD3CE. Grayscale: #333333. Windows color (decimal): -12440527 or 3222594. OLE color: 3222594.

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

Color convert

RGB 66 44 49 -
CMYK 0 0.33 0.26 0.74
HSL 346.36º 0.2% 0.22% -
HSV(B) 346.36º 0.33% 0.26% -
XYZ 3.7 3.18 3.32 -
YUV 51.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 66 44 49 0 0.33 0.26 0.74 346.36 0.2 0.22
Hex 42 2C 31 0 21 1A 4A 15A 14 16
Octal 102 54 61 0 41 32 112 532 24 26
Binary 1000010 101100 110001 0 100001 11010 1001010 101011010 10100 10110

Color Harmonies of #422C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C31

Black with #422C31

Text Example


Text Example

White with #422C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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