Html Css Color HEX #462F2C Espresso

📋 copy color: '#462F2C'

red 70 ◦ green 47 ◦ blue 44

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

Shades of Espresso #462F2C

Tints of Espresso #462F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 29.19%

 BLUE value IS 44 (17.58% from 255) = 27.33%

R = 43.48%
G = 29.19%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#462F2C (or 0x462F2C) is known color: Espresso. HEX triplet: 46, 2F and 2C. RGB value is (70,47,44). Sum of RGB (Red+Green+Blue) = 70+47+44=161 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.48% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 44 (17.58% from 255 or 27.33% from 161); Max value from RGB is 70 - color contains mainly: red. Hex color #462F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F2C is #B9D0D3. Grayscale: #353535. Windows color (decimal): -12177620 or 2895686. OLE color: 2895686.

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

Color convert

RGB 70 47 44 -
CMYK 0 0.33 0.37 0.73
HSL 6.92º 0.23% 0.22% -
HSV(B) 6.92º 0.37% 0.27% -
XYZ 4 3.52 2.85 -
YUV 53.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 70 47 44 0 0.33 0.37 0.73 6.92 0.23 0.22
Hex 46 2F 2C 0 21 25 49 7 17 16
Octal 106 57 54 0 41 45 111 7 27 26
Binary 1000110 101111 101100 0 100001 100101 1001001 111 10111 10110

Color Harmonies of #462F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F2C

Black with #462F2C

Text Example


Text Example

White with #462F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,47,44); }

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

background-color css

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

 a { background-color: rgb(70,47,44); }

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

border-color css

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

 span { border-color: rgb(70,47,44); }

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