Html Css Color HEX #462929 Espresso

📋 copy color: '#462929'

red 70 ◦ green 41 ◦ blue 41

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

Shades of Espresso #462929

Tints of Espresso #462929

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.97%

 BLUE value IS 41 (16.41% from 255) = 26.97%

R = 46.05%
G = 26.97%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#462929 (or 0x462929) is known color: Espresso. HEX triplet: 46, 29 and 29. RGB value is (70,41,41). Sum of RGB (Red+Green+Blue) = 70+41+41=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #462929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462929 is #B9D6D6. Grayscale: #313131. Windows color (decimal): -12179159 or 2697542. OLE color: 2697542.

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

Color convert

RGB 70 41 41 -
CMYK 0 0.41 0.41 0.73
HSL 0.26% 0.22% -
HSV(B) 0.41% 0.27% -
XYZ 3.72 3.05 2.49 -
YUV 49.67 123.11 142.5 -
System Red Green Blue C M Y K H S L
Decimal 70 41 41 0 0.41 0.41 0.73 0 0.26 0.22
Hex 46 29 29 0 29 29 49 0 1A 16
Octal 106 51 51 0 51 51 111 0 32 26
Binary 1000110 101001 101001 0 101001 101001 1001001 0 11010 10110

Color Harmonies of #462929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462929

Black with #462929

Text Example


Text Example

White with #462929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462929; }

 p { color: rgb(70,41,41); }

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

background-color css

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

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

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

border-color css

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

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

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