Html Css Color HEX #422A2F Cab Sav

📋 copy color: '#422A2F'

red 66 ◦ green 42 ◦ blue 47

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

Shades of Cab Sav #422A2F

Tints of Cab Sav #422A2F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 27.1%

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 42.58%
G = 27.1%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#422A2F (or 0x422A2F) is known color: Cab Sav. HEX triplet: 42, 2A and 2F. RGB value is (66,42,47). Sum of RGB (Red+Green+Blue) = 66+42+47=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 66 - color contains mainly: red. Hex color #422A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422A2F is #BDD5D0. Grayscale: #313131. Windows color (decimal): -12441041 or 3091010. OLE color: 3091010.

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

Color convert

RGB 66 42 47 -
CMYK 0 0.36 0.29 0.74
HSL 347.5º 0.22% 0.21% -
HSV(B) 347.5º 0.36% 0.26% -
XYZ 3.59 3.02 3.08 -
YUV 49.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 66 42 47 0 0.36 0.29 0.74 347.5 0.22 0.21
Hex 42 2A 2F 0 24 1D 4A 15C 16 15
Octal 102 52 57 0 44 35 112 534 26 25
Binary 1000010 101010 101111 0 100100 11101 1001010 101011100 10110 10101

Color Harmonies of #422A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422A2F

Black with #422A2F

Text Example


Text Example

White with #422A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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