Html Css Color HEX #422322 Livid Brown

📋 copy color: '#422322'

red 66 ◦ green 35 ◦ blue 34

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

Shades of Livid Brown #422322

Tints of Livid Brown #422322

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.93%

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

R = 48.89%
G = 25.93%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.74

RGB Variations

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

Color information

#422322 (or 0x422322) is known color: Livid Brown. HEX triplet: 42, 23 and 22. RGB value is (66,35,34). Sum of RGB (Red+Green+Blue) = 66+35+34=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 35 (14.06% from 255 or 25.93% from 135); Blue value is 34 (13.67% from 255 or 25.19% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #422322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422322 is #BDDCDD. Grayscale: #2C2C2C. Windows color (decimal): -12442846 or 2237250. OLE color: 2237250.

HSL color Cylindrical-coordinate representation of color #422322: hue angle of 1.88º 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 #422322 is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 35 34 -
CMYK 0 0.47 0.48 0.74
HSL 1.88º 0.32% 0.2% -
HSV(B) 1.88º 0.48% 0.26% -
XYZ 3.14 2.48 1.83 -
YUV 44.16 122.27 143.58 -
System Red Green Blue C M Y K H S L
Decimal 66 35 34 0 0.47 0.48 0.74 1.88 0.32 0.2
Hex 42 23 22 0 2F 30 4A 2 20 14
Octal 102 43 42 0 57 60 112 2 40 24
Binary 1000010 100011 100010 0 101111 110000 1001010 10 100000 10100

Color Harmonies of #422322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422322

Black with #422322

Text Example


Text Example

White with #422322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422322; }

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

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

background-color css

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

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

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

border-color css

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

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

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