Html Css Color HEX #462522 Espresso

📋 copy color: '#462522'

red 70 ◦ green 37 ◦ blue 34

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

Shades of Espresso #462522

Tints of Espresso #462522

RGB

 RED value IS 70 (27.73% from 255) = 49.65%

 GREEN value IS 37 (14.84% from 255) = 26.24%

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

R = 49.65%
G = 26.24%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#462522 (or 0x462522) is known color: Espresso. HEX triplet: 46, 25 and 22. RGB value is (70,37,34). Sum of RGB (Red+Green+Blue) = 70+37+34=141 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.65% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 70 - color contains mainly: red. Hex color #462522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462522 is #B9DADD. Grayscale: #2E2E2E. Windows color (decimal): -12180190 or 2237766. OLE color: 2237766.

HSL color Cylindrical-coordinate representation of color #462522: hue angle of 5º degrees, saturation: 0.35, 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 #462522 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 34 -
CMYK 0 0.47 0.51 0.73
HSL 0.35% 0.2% -
HSV(B) 0.51% 0.27% -
XYZ 3.48 2.74 1.86 -
YUV 46.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 70 37 34 0 0.47 0.51 0.73 5 0.35 0.2
Hex 46 25 22 0 2F 33 49 5 23 14
Octal 106 45 42 0 57 63 111 5 43 24
Binary 1000110 100101 100010 0 101111 110011 1001001 101 100011 10100

Color Harmonies of #462522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462522

Black with #462522

Text Example


Text Example

White with #462522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462522; }

 p { color: rgb(70,37,34); }

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

background-color css

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

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

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

border-color css

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

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

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