Html Css Color HEX #422E32 Cab Sav

📋 copy color: '#422E32'

red 66 ◦ green 46 ◦ blue 50

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

Shades of Cab Sav #422E32

Tints of Cab Sav #422E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 30.86%

R = 40.74%
G = 28.4%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#422E32 (or 0x422E32) is known color: Cab Sav. HEX triplet: 42, 2E and 32. RGB value is (66,46,50). Sum of RGB (Red+Green+Blue) = 66+46+50=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 50 (19.92% from 255 or 30.86% from 162); Max value from RGB is 66 - color contains mainly: red. Hex color #422E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E32 is #BDD1CD. Grayscale: #343434. Windows color (decimal): -12440014 or 3288642. OLE color: 3288642.

HSL color Cylindrical-coordinate representation of color #422E32: hue angle of 348º 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 #422E32 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 46 50 -
CMYK 0 0.30 0.24 0.74
HSL 348º 0.18% 0.22% -
HSV(B) 348º 0.3% 0.26% -
XYZ 3.8 3.34 3.46 -
YUV 52.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 66 46 50 0 0.30 0.24 0.74 348 0.18 0.22
Hex 42 2E 32 0 1E 18 4A 15C 12 16
Octal 102 56 62 0 36 30 112 534 22 26
Binary 1000010 101110 110010 0 11110 11000 1001010 101011100 10010 10110

Color Harmonies of #422E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E32

Black with #422E32

Text Example


Text Example

White with #422E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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