Html Css Color HEX #422422 Livid Brown

📋 copy color: '#422422'

red 66 ◦ green 36 ◦ blue 34

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

Shades of Livid Brown #422422

Tints of Livid Brown #422422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.47%

 BLUE value IS 34 (13.67% from 255) = 25%

R = 48.53%
G = 26.47%
B = 25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#422422 (or 0x422422) is known color: Livid Brown. HEX triplet: 42, 24 and 22. RGB value is (66,36,34). Sum of RGB (Red+Green+Blue) = 66+36+34=136 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.53% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 66 - color contains mainly: red. Hex color #422422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422422 is #BDDBDD. Grayscale: #2C2C2C. Windows color (decimal): -12442590 or 2237506. OLE color: 2237506.

HSL color Cylindrical-coordinate representation of color #422422: hue angle of 3.75º degrees, saturation: 0.32, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #422422 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 36 34 -
CMYK 0 0.45 0.48 0.74
HSL 3.75º 0.32% 0.2% -
HSV(B) 3.75º 0.48% 0.26% -
XYZ 3.17 2.54 1.84 -
YUV 44.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 66 36 34 0 0.45 0.48 0.74 3.75 0.32 0.2
Hex 42 24 22 0 2D 30 4A 4 20 14
Octal 102 44 42 0 55 60 112 4 40 24
Binary 1000010 100100 100010 0 101101 110000 1001010 100 100000 10100

Color Harmonies of #422422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422422

Black with #422422

Text Example


Text Example

White with #422422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422422; }

 p { color: rgb(66,36,34); }

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

background-color css

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

 a { background-color: rgb(66,36,34); }

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

border-color css

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

 span { border-color: rgb(66,36,34); }

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