Html Css Color HEX #422F37 Barossa

📋 copy color: '#422F37'

red 66 ◦ green 47 ◦ blue 55

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

Shades of Barossa #422F37

Tints of Barossa #422F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.98%

 BLUE value IS 55 (21.88% from 255) = 32.74%

R = 39.29%
G = 27.98%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.74

RGB Variations

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

Color information

#422F37 (or 0x422F37) is known color: Barossa. HEX triplet: 42, 2F and 37. RGB value is (66,47,55). Sum of RGB (Red+Green+Blue) = 66+47+55=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 66 - color contains mainly: red. Hex color #422F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422F37 is #BDD0C8. Grayscale: #353535. Windows color (decimal): -12439753 or 3616578. OLE color: 3616578.

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

Color convert

RGB 66 47 55 -
CMYK 0 0.29 0.17 0.74
HSL 334.74º 0.17% 0.22% -
HSV(B) 334.74º 0.29% 0.26% -
XYZ 3.95 3.47 4.08 -
YUV 53.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 66 47 55 0 0.29 0.17 0.74 334.74 0.17 0.22
Hex 42 2F 37 0 1D 11 4A 14F 11 16
Octal 102 57 67 0 35 21 112 517 21 26
Binary 1000010 101111 110111 0 11101 10001 1001010 101001111 10001 10110

Color Harmonies of #422F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422F37

Black with #422F37

Text Example


Text Example

White with #422F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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