Html Css Color HEX #462A29 Espresso

📋 copy color: '#462A29'

red 70 ◦ green 42 ◦ blue 41

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

Shades of Espresso #462A29

Tints of Espresso #462A29

RGB

 RED value IS 70 (27.73% from 255) = 45.75%

 GREEN value IS 42 (16.8% from 255) = 27.45%

 BLUE value IS 41 (16.41% from 255) = 26.8%

R = 45.75%
G = 27.45%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#462A29 (or 0x462A29) is known color: Espresso. HEX triplet: 46, 2A and 29. RGB value is (70,42,41). Sum of RGB (Red+Green+Blue) = 70+42+41=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 42 (16.80% from 255 or 27.45% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #462A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A29 is #B9D5D6. Grayscale: #323232. Windows color (decimal): -12178903 or 2697798. OLE color: 2697798.

HSL color Cylindrical-coordinate representation of color #462A29: hue angle of 2.07º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #462A29 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 42 41 -
CMYK 0 0.40 0.41 0.73
HSL 2.07º 0.26% 0.22% -
HSV(B) 2.07º 0.41% 0.27% -
XYZ 3.75 3.12 2.5 -
YUV 50.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 70 42 41 0 0.40 0.41 0.73 2.07 0.26 0.22
Hex 46 2A 29 0 28 29 49 2 1A 16
Octal 106 52 51 0 50 51 111 2 32 26
Binary 1000110 101010 101001 0 101000 101001 1001001 10 11010 10110

Color Harmonies of #462A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A29

Black with #462A29

Text Example


Text Example

White with #462A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462A29; }

 p { color: rgb(70,42,41); }

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

background-color css

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

 a { background-color: rgb(70,42,41); }

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

border-color css

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

 span { border-color: rgb(70,42,41); }

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