Html Css Color HEX #422624 Livid Brown

📋 copy color: '#422624'

red 66 ◦ green 38 ◦ blue 36

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

Shades of Livid Brown #422624

Tints of Livid Brown #422624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

 BLUE value IS 36 (14.45% from 255) = 25.71%

R = 47.14%
G = 27.14%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#422624 (or 0x422624) is known color: Livid Brown. HEX triplet: 42, 26 and 24. RGB value is (66,38,36). Sum of RGB (Red+Green+Blue) = 66+38+36=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 36 (14.45% from 255 or 25.71% from 140); Max value from RGB is 66 - color contains mainly: red. Hex color #422624 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422624 is #BDD9DB. Grayscale: #2E2E2E. Windows color (decimal): -12442076 or 2369090. OLE color: 2369090.

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

Color convert

RGB 66 38 36 -
CMYK 0 0.42 0.45 0.74
HSL 0.29% 0.2% -
HSV(B) 0.45% 0.26% -
XYZ 3.26 2.67 2.01 -
YUV 46.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 66 38 36 0 0.42 0.45 0.74 4 0.29 0.2
Hex 42 26 24 0 2A 2D 4A 4 1D 14
Octal 102 46 44 0 52 55 112 4 35 24
Binary 1000010 100110 100100 0 101010 101101 1001010 100 11101 10100

Color Harmonies of #422624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422624

Black with #422624

Text Example


Text Example

White with #422624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422624; }

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

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

background-color css

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

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

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

border-color css

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

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

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