Html Css Color HEX #582E0A Baker's Chocolate

📋 copy color: '#582E0A'

red 88 ◦ green 46 ◦ blue 10

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

Shades of Baker's Chocolate #582E0A

Tints of Baker's Chocolate #582E0A

RGB

 RED value IS 88 (34.77% from 255) = 61.11%

 GREEN value IS 46 (18.36% from 255) = 31.94%

 BLUE value IS 10 (4.3% from 255) = 6.94%

R = 61.11%
G = 31.94%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#582E0A (or 0x582E0A) is known color: Baker's Chocolate. HEX triplet: 58, 2E and 0A. RGB value is (88,46,10). Sum of RGB (Red+Green+Blue) = 88+46+10=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #582E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582E0A is #A7D1F5. Grayscale: #363636. Windows color (decimal): -10998262 or 667224. OLE color: 667224.

HSL color Cylindrical-coordinate representation of color #582E0A: hue angle of 27.69º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #582E0A is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 46 10 -
CMYK 0 0.48 0.89 0.65
HSL 27.69º 0.8% 0.19% -
HSV(B) 27.69º 0.89% 0.35% -
XYZ 5.06 4.05 0.8 -
YUV 54.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 88 46 10 0 0.48 0.89 0.65 27.69 0.8 0.19
Hex 58 2E A 0 30 59 41 1C 50 13
Octal 130 56 12 0 60 131 101 34 120 23
Binary 1011000 101110 1010 0 110000 1011001 1000001 11100 1010000 10011

Color Harmonies of #582E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582E0A

Black with #582E0A

Text Example


Text Example

White with #582E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582E0A; }

 p { color: rgb(88,46,10); }

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

background-color css

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

 a { background-color: rgb(88,46,10); }

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

border-color css

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

 span { border-color: rgb(88,46,10); }

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