Html Css Color HEX #422523 Livid Brown

📋 copy color: '#422523'

red 66 ◦ green 37 ◦ blue 35

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

Shades of Livid Brown #422523

Tints of Livid Brown #422523

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

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

R = 47.83%
G = 26.81%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.74

RGB Variations

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

Color information

#422523 (or 0x422523) is known color: Livid Brown. HEX triplet: 42, 25 and 23. RGB value is (66,37,35). Sum of RGB (Red+Green+Blue) = 66+37+35=138 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.83% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 66 - color contains mainly: red. Hex color #422523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422523 is #BDDADC. Grayscale: #2D2D2D. Windows color (decimal): -12442333 or 2303298. OLE color: 2303298.

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

Color convert

RGB 66 37 35 -
CMYK 0 0.44 0.47 0.74
HSL 3.87º 0.31% 0.2% -
HSV(B) 3.87º 0.47% 0.26% -
XYZ 3.21 2.6 1.92 -
YUV 45.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 66 37 35 0 0.44 0.47 0.74 3.87 0.31 0.2
Hex 42 25 23 0 2C 2F 4A 4 1F 14
Octal 102 45 43 0 54 57 112 4 37 24
Binary 1000010 100101 100011 0 101100 101111 1001010 100 11111 10100

Color Harmonies of #422523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422523

Black with #422523

Text Example


Text Example

White with #422523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422523; }

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

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

background-color css

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

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

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

border-color css

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

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

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