Html Css Color HEX #422825 Espresso

📋 copy color: '#422825'

red 66 ◦ green 40 ◦ blue 37

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

Shades of Espresso #422825

Tints of Espresso #422825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 27.97%

 BLUE value IS 37 (14.84% from 255) = 25.87%

R = 46.15%
G = 27.97%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.74

RGB Variations

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

Color information

#422825 (or 0x422825) is known color: Espresso. HEX triplet: 42, 28 and 25. RGB value is (66,40,37). Sum of RGB (Red+Green+Blue) = 66+40+37=143 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.15% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 66 - color contains mainly: red. Hex color #422825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422825 is #BDD7DA. Grayscale: #2F2F2F. Windows color (decimal): -12441563 or 2435138. OLE color: 2435138.

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

Color convert

RGB 66 40 37 -
CMYK 0 0.39 0.44 0.74
HSL 6.21º 0.28% 0.2% -
HSV(B) 6.21º 0.44% 0.26% -
XYZ 3.34 2.81 2.12 -
YUV 47.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 66 40 37 0 0.39 0.44 0.74 6.21 0.28 0.2
Hex 42 28 25 0 27 2C 4A 6 1C 14
Octal 102 50 45 0 47 54 112 6 34 24
Binary 1000010 101000 100101 0 100111 101100 1001010 110 11100 10100

Color Harmonies of #422825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #422825

Black with #422825

Text Example


Text Example

White with #422825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #422825; }

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

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

background-color css

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

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

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

border-color css

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

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

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