Html Css Color HEX #422E30 Cab Sav

📋 copy color: '#422E30'

red 66 ◦ green 46 ◦ blue 48

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

Shades of Cab Sav #422E30

Tints of Cab Sav #422E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30%

R = 41.25%
G = 28.75%
B = 30%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#422E30 (or 0x422E30) is known color: Cab Sav. HEX triplet: 42, 2E and 30. RGB value is (66,46,48). Sum of RGB (Red+Green+Blue) = 66+46+48=160 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.25% from 160); Green value is 46 (18.36% from 255 or 28.75% from 160); Blue value is 48 (19.14% from 255 or 30% from 160); Max value from RGB is 66 - color contains mainly: red. Hex color #422E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E30 is #BDD1CF. Grayscale: #343434. Windows color (decimal): -12440016 or 3157570. OLE color: 3157570.

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

Color convert

RGB 66 46 48 -
CMYK 0 0.30 0.27 0.74
HSL 354º 0.18% 0.22% -
HSV(B) 354º 0.3% 0.26% -
XYZ 3.76 3.33 3.24 -
YUV 52.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 66 46 48 0 0.30 0.27 0.74 354 0.18 0.22
Hex 42 2E 30 0 1E 1B 4A 162 12 16
Octal 102 56 60 0 36 33 112 542 22 26
Binary 1000010 101110 110000 0 11110 11011 1001010 101100010 10010 10110

Color Harmonies of #422E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422E30

Black with #422E30

Text Example


Text Example

White with #422E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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