Html Css Color HEX #452C2B Espresso

📋 copy color: '#452C2B'

red 69 ◦ green 44 ◦ blue 43

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

Shades of Espresso #452C2B

Tints of Espresso #452C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.21%

 BLUE value IS 43 (17.19% from 255) = 27.56%

R = 44.23%
G = 28.21%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#452C2B (or 0x452C2B) is known color: Espresso. HEX triplet: 45, 2C and 2B. RGB value is (69,44,43). Sum of RGB (Red+Green+Blue) = 69+44+43=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 44 (17.58% from 255 or 28.21% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #452C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C2B is #BAD3D4. Grayscale: #333333. Windows color (decimal): -12243925 or 2829381. OLE color: 2829381.

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

Color convert

RGB 69 44 43 -
CMYK 0 0.36 0.38 0.73
HSL 2.31º 0.23% 0.22% -
HSV(B) 2.31º 0.38% 0.27% -
XYZ 3.79 3.24 2.71 -
YUV 51.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 69 44 43 0 0.36 0.38 0.73 2.31 0.23 0.22
Hex 45 2C 2B 0 24 26 49 2 17 16
Octal 105 54 53 0 44 46 111 2 27 26
Binary 1000101 101100 101011 0 100100 100110 1001001 10 10111 10110

Color Harmonies of #452C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452C2B

Black with #452C2B

Text Example


Text Example

White with #452C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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