Html Css Color HEX #582F10 Baker's Chocolate

📋 copy color: '#582F10'

red 88 ◦ green 47 ◦ blue 16

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

Shades of Baker's Chocolate #582F10

Tints of Baker's Chocolate #582F10

RGB

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

 GREEN value IS 47 (18.75% from 255) = 31.13%

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

R = 58.28%
G = 31.13%
B = 10.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#582F10 (or 0x582F10) is known color: Baker's Chocolate. HEX triplet: 58, 2F and 10. RGB value is (88,47,16). Sum of RGB (Red+Green+Blue) = 88+47+16=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #582F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582F10 is #A7D0EF. Grayscale: #373737. Windows color (decimal): -10998000 or 1060696. OLE color: 1060696.

HSL color Cylindrical-coordinate representation of color #582F10: hue angle of 25.83º 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 #582F10 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 47 16 -
CMYK 0 0.47 0.82 0.65
HSL 25.83º 0.69% 0.2% -
HSV(B) 25.83º 0.82% 0.35% -
XYZ 5.13 4.15 1.02 -
YUV 55.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 88 47 16 0 0.47 0.82 0.65 25.83 0.69 0.2
Hex 58 2F 10 0 2F 52 41 1A 45 14
Octal 130 57 20 0 57 122 101 32 105 24
Binary 1011000 101111 10000 0 101111 1010010 1000001 11010 1000101 10100

Color Harmonies of #582F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582F10

Black with #582F10

Text Example


Text Example

White with #582F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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