Html Css Color HEX #462525 Espresso

📋 copy color: '#462525'

red 70 ◦ green 37 ◦ blue 37

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

Shades of Espresso #462525

Tints of Espresso #462525

RGB

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

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

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

R = 48.61%
G = 25.69%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#462525 (or 0x462525) is known color: Espresso. HEX triplet: 46, 25 and 25. RGB value is (70,37,37). Sum of RGB (Red+Green+Blue) = 70+37+37=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 37 (14.84% from 255 or 25.69% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #462525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462525 is #B9DADA. Grayscale: #2E2E2E. Windows color (decimal): -12180187 or 2434374. OLE color: 2434374.

HSL color Cylindrical-coordinate representation of color #462525: hue angle of 0º degrees, saturation: 0.31, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #462525 is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 37 -
CMYK 0 0.47 0.47 0.73
HSL 0.31% 0.21% -
HSV(B) 0.47% 0.27% -
XYZ 3.52 2.76 2.1 -
YUV 46.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 70 37 37 0 0.47 0.47 0.73 0 0.31 0.21
Hex 46 25 25 0 2F 2F 49 0 1F 15
Octal 106 45 45 0 57 57 111 0 37 25
Binary 1000110 100101 100101 0 101111 101111 1001001 0 11111 10101

Color Harmonies of #462525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462525

Black with #462525

Text Example


Text Example

White with #462525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462525; }

 p { color: rgb(70,37,37); }

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

background-color css

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

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

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

border-color css

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

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

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