Html Css Color HEX #422D38 Barossa

📋 copy color: '#422D38'

red 66 ◦ green 45 ◦ blue 56

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

Shades of Barossa #422D38

Tints of Barossa #422D38

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.95%

 BLUE value IS 56 (22.27% from 255) = 33.53%

R = 39.52%
G = 26.95%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#422D38 (or 0x422D38) is known color: Barossa. HEX triplet: 42, 2D and 38. RGB value is (66,45,56). Sum of RGB (Red+Green+Blue) = 66+45+56=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 66 - color contains mainly: red. Hex color #422D38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422D38 is #BDD2C7. Grayscale: #343434. Windows color (decimal): -12440264 or 3681602. OLE color: 3681602.

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

Color convert

RGB 66 45 56 -
CMYK 0 0.32 0.15 0.74
HSL 328.57º 0.19% 0.22% -
HSV(B) 328.57º 0.32% 0.26% -
XYZ 3.9 3.32 4.18 -
YUV 52.53 129.96 137.61 -
System Red Green Blue C M Y K H S L
Decimal 66 45 56 0 0.32 0.15 0.74 328.57 0.19 0.22
Hex 42 2D 38 0 20 F 4A 149 13 16
Octal 102 55 70 0 40 17 112 511 23 26
Binary 1000010 101101 111000 0 100000 1111 1001010 101001001 10011 10110

Color Harmonies of #422D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422D38

Black with #422D38

Text Example


Text Example

White with #422D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,45,56); }

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

background-color css

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

 a { background-color: rgb(66,45,56); }

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

border-color css

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

 span { border-color: rgb(66,45,56); }

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