Html Css Color HEX #452626 Espresso

📋 copy color: '#452626'

red 69 ◦ green 38 ◦ blue 38

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

Shades of Espresso #452626

Tints of Espresso #452626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.21%

 BLUE value IS 38 (15.23% from 255) = 26.21%

R = 47.59%
G = 26.21%
B = 26.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.73

RGB Variations

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

Color information

#452626 (or 0x452626) is known color: Espresso. HEX triplet: 45, 26 and 26. RGB value is (69,38,38). Sum of RGB (Red+Green+Blue) = 69+38+38=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #452626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452626 is #BAD9D9. Grayscale: #2F2F2F. Windows color (decimal): -12245466 or 2500165. OLE color: 2500165.

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

Color convert

RGB 69 38 38 -
CMYK 0 0.45 0.45 0.73
HSL 0.29% 0.21% -
HSV(B) 0.45% 0.27% -
XYZ 3.5 2.79 2.19 -
YUV 47.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 69 38 38 0 0.45 0.45 0.73 0 0.29 0.21
Hex 45 26 26 0 2D 2D 49 0 1D 15
Octal 105 46 46 0 55 55 111 0 35 25
Binary 1000101 100110 100110 0 101101 101101 1001001 0 11101 10101

Color Harmonies of #452626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452626

Black with #452626

Text Example


Text Example

White with #452626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452626; }

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

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

background-color css

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

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

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

border-color css

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

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

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