Html Css Color HEX #422B30 Cab Sav

📋 copy color: '#422B30'

red 66 ◦ green 43 ◦ blue 48

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

Shades of Cab Sav #422B30

Tints of Cab Sav #422B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.39%

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

R = 42.04%
G = 27.39%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#422B30 (or 0x422B30) is known color: Cab Sav. HEX triplet: 42, 2B and 30. RGB value is (66,43,48). Sum of RGB (Red+Green+Blue) = 66+43+48=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 66 - color contains mainly: red. Hex color #422B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422B30 is #BDD4CF. Grayscale: #323232. Windows color (decimal): -12440784 or 3156802. OLE color: 3156802.

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

Color convert

RGB 66 43 48 -
CMYK 0 0.35 0.27 0.74
HSL 346.96º 0.21% 0.21% -
HSV(B) 346.96º 0.35% 0.26% -
XYZ 3.64 3.1 3.2 -
YUV 50.45 126.62 139.09 -
System Red Green Blue C M Y K H S L
Decimal 66 43 48 0 0.35 0.27 0.74 346.96 0.21 0.21
Hex 42 2B 30 0 23 1B 4A 15B 15 15
Octal 102 53 60 0 43 33 112 533 25 25
Binary 1000010 101011 110000 0 100011 11011 1001010 101011011 10101 10101

Color Harmonies of #422B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422B30

Black with #422B30

Text Example


Text Example

White with #422B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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