Html Css Color HEX #582410 Baker's Chocolate

📋 copy color: '#582410'

red 88 ◦ green 36 ◦ blue 16

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

Shades of Baker's Chocolate #582410

Tints of Baker's Chocolate #582410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.71%

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

R = 62.86%
G = 25.71%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#582410 (or 0x582410) is known color: Baker's Chocolate. HEX triplet: 58, 24 and 10. RGB value is (88,36,16). Sum of RGB (Red+Green+Blue) = 88+36+16=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 16 (6.64% from 255 or 11.43% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #582410 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582410 is #A7DBEF. Grayscale: #313131. Windows color (decimal): -11000816 or 1057880. OLE color: 1057880.

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

Color convert

RGB 88 36 16 -
CMYK 0 0.59 0.82 0.65
HSL 16.67º 0.69% 0.2% -
HSV(B) 16.67º 0.82% 0.35% -
XYZ 4.75 3.37 0.89 -
YUV 49.27 109.23 155.63 -
System Red Green Blue C M Y K H S L
Decimal 88 36 16 0 0.59 0.82 0.65 16.67 0.69 0.2
Hex 58 24 10 0 3B 52 41 11 45 14
Octal 130 44 20 0 73 122 101 21 105 24
Binary 1011000 100100 10000 0 111011 1010010 1000001 10001 1000101 10100

Color Harmonies of #582410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582410

Black with #582410

Text Example


Text Example

White with #582410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582410; }

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

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

background-color css

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

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

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

border-color css

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

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

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