Html Css Color HEX #462F2D Espresso

📋 copy color: '#462F2D'

red 70 ◦ green 47 ◦ blue 45

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

Shades of Espresso #462F2D

Tints of Espresso #462F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.78%

R = 43.21%
G = 29.01%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.73

RGB Variations

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

Color information

#462F2D (or 0x462F2D) is known color: Espresso. HEX triplet: 46, 2F and 2D. RGB value is (70,47,45). Sum of RGB (Red+Green+Blue) = 70+47+45=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 45 (17.97% from 255 or 27.78% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #462F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462F2D is #B9D0D2. Grayscale: #353535. Windows color (decimal): -12177619 or 2961222. OLE color: 2961222.

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

Color convert

RGB 70 47 45 -
CMYK 0 0.33 0.36 0.73
HSL 4.8º 0.22% 0.23% -
HSV(B) 4.8º 0.36% 0.27% -
XYZ 4.02 3.52 2.95 -
YUV 53.65 123.12 139.66 -
System Red Green Blue C M Y K H S L
Decimal 70 47 45 0 0.33 0.36 0.73 4.8 0.22 0.23
Hex 46 2F 2D 0 21 24 49 5 16 17
Octal 106 57 55 0 41 44 111 5 26 27
Binary 1000110 101111 101101 0 100001 100100 1001001 101 10110 10111

Color Harmonies of #462F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462F2D

Black with #462F2D

Text Example


Text Example

White with #462F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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