Html Css Color HEX #582A11 Baker's Chocolate

📋 copy color: '#582A11'

red 88 ◦ green 42 ◦ blue 17

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

Shades of Baker's Chocolate #582A11

Tints of Baker's Chocolate #582A11

RGB

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

 GREEN value IS 42 (16.8% from 255) = 28.57%

 BLUE value IS 17 (7.03% from 255) = 11.56%

R = 59.86%
G = 28.57%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#582A11 (or 0x582A11) is known color: Baker's Chocolate. HEX triplet: 58, 2A and 11. RGB value is (88,42,17). Sum of RGB (Red+Green+Blue) = 88+42+17=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #582A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582A11 is #A7D5EE. Grayscale: #353535. Windows color (decimal): -10999279 or 1124952. OLE color: 1124952.

HSL color Cylindrical-coordinate representation of color #582A11: hue angle of 21.13º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582A11 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 42 17 -
CMYK 0 0.52 0.81 0.65
HSL 21.13º 0.68% 0.21% -
HSV(B) 21.13º 0.81% 0.35% -
XYZ 4.95 3.77 1 -
YUV 52.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 88 42 17 0 0.52 0.81 0.65 21.13 0.68 0.21
Hex 58 2A 11 0 34 51 41 15 44 15
Octal 130 52 21 0 64 121 101 25 104 25
Binary 1011000 101010 10001 0 110100 1010001 1000001 10101 1000100 10101

Color Harmonies of #582A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582A11

Black with #582A11

Text Example


Text Example

White with #582A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,42,17); }

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

background-color css

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

 a { background-color: rgb(88,42,17); }

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

border-color css

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

 span { border-color: rgb(88,42,17); }

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