Html Css Color HEX #582912 Baker's Chocolate

📋 copy color: '#582912'

red 88 ◦ green 41 ◦ blue 18

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

Shades of Baker's Chocolate #582912

Tints of Baker's Chocolate #582912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 59.86%
G = 27.89%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#582912 (or 0x582912) is known color: Baker's Chocolate. HEX triplet: 58, 29 and 12. RGB value is (88,41,18). Sum of RGB (Red+Green+Blue) = 88+41+18=147 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.86% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 88 - color contains mainly: red. Hex color #582912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582912 is #A7D6ED. Grayscale: #343434. Windows color (decimal): -10999534 or 1190232. OLE color: 1190232.

HSL color Cylindrical-coordinate representation of color #582912: hue angle of 19.71º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582912 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 41 18 -
CMYK 0 0.53 0.80 0.65
HSL 19.71º 0.66% 0.21% -
HSV(B) 19.71º 0.8% 0.35% -
XYZ 4.93 3.7 1.03 -
YUV 52.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 88 41 18 0 0.53 0.80 0.65 19.71 0.66 0.21
Hex 58 29 12 0 35 50 41 14 42 15
Octal 130 51 22 0 65 120 101 24 102 25
Binary 1011000 101001 10010 0 110101 1010000 1000001 10100 1000010 10101

Color Harmonies of #582912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582912

Black with #582912

Text Example


Text Example

White with #582912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582912; }

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

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

background-color css

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

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

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

border-color css

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

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

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