Html Css Color HEX #462A26 Espresso

📋 copy color: '#462A26'

red 70 ◦ green 42 ◦ blue 38

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

Shades of Espresso #462A26

Tints of Espresso #462A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28%

 BLUE value IS 38 (15.23% from 255) = 25.33%

R = 46.67%
G = 28%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#462A26 (or 0x462A26) is known color: Espresso. HEX triplet: 46, 2A and 26. RGB value is (70,42,38). Sum of RGB (Red+Green+Blue) = 70+42+38=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #462A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462A26 is #B9D5D9. Grayscale: #313131. Windows color (decimal): -12178906 or 2501190. OLE color: 2501190.

HSL color Cylindrical-coordinate representation of color #462A26: hue angle of 7.5º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #462A26 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 42 38 -
CMYK 0 0.40 0.46 0.73
HSL 7.5º 0.3% 0.21% -
HSV(B) 7.5º 0.46% 0.27% -
XYZ 3.7 3.1 2.24 -
YUV 49.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 70 42 38 0 0.40 0.46 0.73 7.5 0.3 0.21
Hex 46 2A 26 0 28 2E 49 8 1E 15
Octal 106 52 46 0 50 56 111 10 36 25
Binary 1000110 101010 100110 0 101000 101110 1001001 1000 11110 10101

Color Harmonies of #462A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462A26

Black with #462A26

Text Example


Text Example

White with #462A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462A26; }

 p { color: rgb(70,42,38); }

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

background-color css

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

 a { background-color: rgb(70,42,38); }

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

border-color css

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

 span { border-color: rgb(70,42,38); }

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