Html Css Color HEX #422C38 Barossa

📋 copy color: '#422C38'

red 66 ◦ green 44 ◦ blue 56

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

Shades of Barossa #422C38

Tints of Barossa #422C38

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.51%

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

R = 39.76%
G = 26.51%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#422C38 (or 0x422C38) is known color: Barossa. HEX triplet: 42, 2C and 38. RGB value is (66,44,56). Sum of RGB (Red+Green+Blue) = 66+44+56=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 66 - color contains mainly: red. Hex color #422C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422C38 is #BDD3C7. Grayscale: #333333. Windows color (decimal): -12440520 or 3681346. OLE color: 3681346.

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

Color convert

RGB 66 44 56 -
CMYK 0 0.33 0.15 0.74
HSL 327.27º 0.2% 0.22% -
HSV(B) 327.27º 0.33% 0.26% -
XYZ 3.86 3.25 4.16 -
YUV 51.95 130.29 138.02 -
System Red Green Blue C M Y K H S L
Decimal 66 44 56 0 0.33 0.15 0.74 327.27 0.2 0.22
Hex 42 2C 38 0 21 F 4A 147 14 16
Octal 102 54 70 0 41 17 112 507 24 26
Binary 1000010 101100 111000 0 100001 1111 1001010 101000111 10100 10110

Color Harmonies of #422C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422C38

Black with #422C38

Text Example


Text Example

White with #422C38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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