Html Css Color HEX #582E10 Baker's Chocolate

📋 copy color: '#582E10'

red 88 ◦ green 46 ◦ blue 16

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

Shades of Baker's Chocolate #582E10

Tints of Baker's Chocolate #582E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.67%

R = 58.67%
G = 30.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#582E10 (or 0x582E10) is known color: Baker's Chocolate. HEX triplet: 58, 2E and 10. RGB value is (88,46,16). Sum of RGB (Red+Green+Blue) = 88+46+16=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #582E10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582E10 is #A7D1EF. Grayscale: #373737. Windows color (decimal): -10998256 or 1060440. OLE color: 1060440.

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

Color convert

RGB 88 46 16 -
CMYK 0 0.48 0.82 0.65
HSL 25º 0.69% 0.2% -
HSV(B) 25º 0.82% 0.35% -
XYZ 5.1 4.07 1.01 -
YUV 55.14 105.91 151.44 -
System Red Green Blue C M Y K H S L
Decimal 88 46 16 0 0.48 0.82 0.65 25 0.69 0.2
Hex 58 2E 10 0 30 52 41 19 45 14
Octal 130 56 20 0 60 122 101 31 105 24
Binary 1011000 101110 10000 0 110000 1010010 1000001 11001 1000101 10100

Color Harmonies of #582E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582E10

Black with #582E10

Text Example


Text Example

White with #582E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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