Html Css Color HEX #452B2A Espresso

📋 copy color: '#452B2A'

red 69 ◦ green 43 ◦ blue 42

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

Shades of Espresso #452B2A

Tints of Espresso #452B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.27%

R = 44.81%
G = 27.92%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#452B2A (or 0x452B2A) is known color: Espresso. HEX triplet: 45, 2B and 2A. RGB value is (69,43,42). Sum of RGB (Red+Green+Blue) = 69+43+42=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 42 (16.80% from 255 or 27.27% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #452B2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452B2A is #BAD4D5. Grayscale: #323232. Windows color (decimal): -12244182 or 2763589. OLE color: 2763589.

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

Color convert

RGB 69 43 42 -
CMYK 0 0.38 0.39 0.73
HSL 2.22º 0.24% 0.22% -
HSV(B) 2.22º 0.39% 0.27% -
XYZ 3.74 3.16 2.6 -
YUV 50.66 123.11 141.08 -
System Red Green Blue C M Y K H S L
Decimal 69 43 42 0 0.38 0.39 0.73 2.22 0.24 0.22
Hex 45 2B 2A 0 26 27 49 2 18 16
Octal 105 53 52 0 46 47 111 2 30 26
Binary 1000101 101011 101010 0 100110 100111 1001001 10 11000 10110

Color Harmonies of #452B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452B2A

Black with #452B2A

Text Example


Text Example

White with #452B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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