Html Css Color HEX #452222 Espresso

📋 copy color: '#452222'

red 69 ◦ green 34 ◦ blue 34

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

Shades of Espresso #452222

Tints of Espresso #452222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.82%

 BLUE value IS 34 (13.67% from 255) = 24.82%

R = 50.36%
G = 24.82%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#452222 (or 0x452222) is known color: Espresso. HEX triplet: 45, 22 and 22. RGB value is (69,34,34). Sum of RGB (Red+Green+Blue) = 69+34+34=137 (18% of max value = 765). Red value is 69 (27.34% from 255 or 50.36% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 34 (13.67% from 255 or 24.82% from 137); Max value from RGB is 69 - color contains mainly: red. Hex color #452222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452222 is #BADDDD. Grayscale: #2C2C2C. Windows color (decimal): -12246494 or 2236997. OLE color: 2236997.

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

Color convert

RGB 69 34 34 -
CMYK 0 0.51 0.51 0.73
HSL 0.34% 0.2% -
HSV(B) 0.51% 0.27% -
XYZ 3.32 2.52 1.83 -
YUV 44.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 69 34 34 0 0.51 0.51 0.73 0 0.34 0.2
Hex 45 22 22 0 33 33 49 0 22 14
Octal 105 42 42 0 63 63 111 0 42 24
Binary 1000101 100010 100010 0 110011 110011 1001001 0 100010 10100

Color Harmonies of #452222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452222

Black with #452222

Text Example


Text Example

White with #452222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452222; }

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

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

background-color css

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

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

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

border-color css

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

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

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