Html Css Color HEX #582710 Baker's Chocolate

📋 copy color: '#582710'

red 88 ◦ green 39 ◦ blue 16

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

Shades of Baker's Chocolate #582710

Tints of Baker's Chocolate #582710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.27%

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

R = 61.54%
G = 27.27%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#582710 (or 0x582710) is known color: Baker's Chocolate. HEX triplet: 58, 27 and 10. RGB value is (88,39,16). Sum of RGB (Red+Green+Blue) = 88+39+16=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 39 (15.62% from 255 or 27.27% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #582710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582710 is #A7D8EF. Grayscale: #333333. Windows color (decimal): -11000048 or 1058648. OLE color: 1058648.

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

Color convert

RGB 88 39 16 -
CMYK 0 0.56 0.82 0.65
HSL 19.17º 0.69% 0.2% -
HSV(B) 19.17º 0.82% 0.35% -
XYZ 4.84 3.56 0.92 -
YUV 51.03 108.23 154.37 -
System Red Green Blue C M Y K H S L
Decimal 88 39 16 0 0.56 0.82 0.65 19.17 0.69 0.2
Hex 58 27 10 0 38 52 41 13 45 14
Octal 130 47 20 0 70 122 101 23 105 24
Binary 1011000 100111 10000 0 111000 1010010 1000001 10011 1000101 10100

Color Harmonies of #582710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582710

Black with #582710

Text Example


Text Example

White with #582710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582710; }

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

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

background-color css

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

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

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

border-color css

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

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

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