Html Css Color HEX #582911 Baker's Chocolate

📋 copy color: '#582911'

red 88 ◦ green 41 ◦ blue 17

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

Shades of Baker's Chocolate #582911

Tints of Baker's Chocolate #582911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.08%

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

R = 60.27%
G = 28.08%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.65

RGB Variations

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

Color information

#582911 (or 0x582911) is known color: Baker's Chocolate. HEX triplet: 58, 29 and 11. RGB value is (88,41,17). Sum of RGB (Red+Green+Blue) = 88+41+17=146 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.27% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 88 - color contains mainly: red. Hex color #582911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582911 is #A7D6EE. Grayscale: #343434. Windows color (decimal): -10999535 or 1124696. OLE color: 1124696.

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

Color convert

RGB 88 41 17 -
CMYK 0 0.53 0.81 0.65
HSL 20.28º 0.68% 0.21% -
HSV(B) 20.28º 0.81% 0.35% -
XYZ 4.92 3.7 0.99 -
YUV 52.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 88 41 17 0 0.53 0.81 0.65 20.28 0.68 0.21
Hex 58 29 11 0 35 51 41 14 44 15
Octal 130 51 21 0 65 121 101 24 104 25
Binary 1011000 101001 10001 0 110101 1010001 1000001 10100 1000100 10101

Color Harmonies of #582911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582911

Black with #582911

Text Example


Text Example

White with #582911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582911; }

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

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

background-color css

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

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

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

border-color css

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

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

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