Html Css Color HEX #452525 Espresso

📋 copy color: '#452525'

red 69 ◦ green 37 ◦ blue 37

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

Shades of Espresso #452525

Tints of Espresso #452525

RGB

 RED value IS 69 (27.34% from 255) = 48.25%

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

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

R = 48.25%
G = 25.87%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#452525 (or 0x452525) is known color: Espresso. HEX triplet: 45, 25 and 25. RGB value is (69,37,37). Sum of RGB (Red+Green+Blue) = 69+37+37=143 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.25% from 143); Green value is 37 (14.84% from 255 or 25.87% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 69 - color contains mainly: red. Hex color #452525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452525 is #BADADA. Grayscale: #2E2E2E. Windows color (decimal): -12245723 or 2434373. OLE color: 2434373.

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

Color convert

RGB 69 37 37 -
CMYK 0 0.46 0.46 0.73
HSL 0.3% 0.21% -
HSV(B) 0.46% 0.27% -
XYZ 3.45 2.72 2.09 -
YUV 46.57 122.6 144 -
System Red Green Blue C M Y K H S L
Decimal 69 37 37 0 0.46 0.46 0.73 0 0.3 0.21
Hex 45 25 25 0 2E 2E 49 0 1E 15
Octal 105 45 45 0 56 56 111 0 36 25
Binary 1000101 100101 100101 0 101110 101110 1001001 0 11110 10101

Color Harmonies of #452525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452525

Black with #452525

Text Example


Text Example

White with #452525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452525; }

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

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

background-color css

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

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

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

border-color css

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

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

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