Html Css Color HEX #422423 Livid Brown

📋 copy color: '#422423'

red 66 ◦ green 36 ◦ blue 35

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

Shades of Livid Brown #422423

Tints of Livid Brown #422423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 25.55%

R = 48.18%
G = 26.28%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#422423 (or 0x422423) is known color: Livid Brown. HEX triplet: 42, 24 and 23. RGB value is (66,36,35). Sum of RGB (Red+Green+Blue) = 66+36+35=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 36 (14.45% from 255 or 26.28% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #422423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422423 is #BDDBDC. Grayscale: #2C2C2C. Windows color (decimal): -12442589 or 2303042. OLE color: 2303042.

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

Color convert

RGB 66 36 35 -
CMYK 0 0.45 0.47 0.74
HSL 1.94º 0.31% 0.2% -
HSV(B) 1.94º 0.47% 0.26% -
XYZ 3.18 2.54 1.91 -
YUV 44.86 122.44 143.08 -
System Red Green Blue C M Y K H S L
Decimal 66 36 35 0 0.45 0.47 0.74 1.94 0.31 0.2
Hex 42 24 23 0 2D 2F 4A 2 1F 14
Octal 102 44 43 0 55 57 112 2 37 24
Binary 1000010 100100 100011 0 101101 101111 1001010 10 11111 10100

Color Harmonies of #422423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422423

Black with #422423

Text Example


Text Example

White with #422423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422423; }

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

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

background-color css

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

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

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

border-color css

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

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

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