Html Css Color HEX #452B27 Espresso

📋 copy color: '#452B27'

red 69 ◦ green 43 ◦ blue 39

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

Shades of Espresso #452B27

Tints of Espresso #452B27

RGB

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

 GREEN value IS 43 (17.19% from 255) = 28.48%

 BLUE value IS 39 (15.63% from 255) = 25.83%

R = 45.7%
G = 28.48%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#452B27 (or 0x452B27) is known color: Espresso. HEX triplet: 45, 2B and 27. RGB value is (69,43,39). Sum of RGB (Red+Green+Blue) = 69+43+39=151 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.70% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 69 - color contains mainly: red. Hex color #452B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B27 is #BAD4D8. Grayscale: #323232. Windows color (decimal): -12244185 or 2566981. OLE color: 2566981.

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

Color convert

RGB 69 43 39 -
CMYK 0 0.38 0.43 0.73
HSL 0.28% 0.21% -
HSV(B) 0.43% 0.27% -
XYZ 3.68 3.14 2.33 -
YUV 50.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 69 43 39 0 0.38 0.43 0.73 8 0.28 0.21
Hex 45 2B 27 0 26 2B 49 8 1C 15
Octal 105 53 47 0 46 53 111 10 34 25
Binary 1000101 101011 100111 0 100110 101011 1001001 1000 11100 10101

Color Harmonies of #452B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452B27

Black with #452B27

Text Example


Text Example

White with #452B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452B27; }

 p { color: rgb(69,43,39); }

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

background-color css

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

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

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

border-color css

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

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

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