Html Css Color HEX #582C13 Baker's Chocolate

📋 copy color: '#582C13'

red 88 ◦ green 44 ◦ blue 19

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

Shades of Baker's Chocolate #582C13

Tints of Baker's Chocolate #582C13

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.14%

 BLUE value IS 19 (7.81% from 255) = 12.58%

R = 58.28%
G = 29.14%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#582C13 (or 0x582C13) is known color: Baker's Chocolate. HEX triplet: 58, 2C and 13. RGB value is (88,44,19). Sum of RGB (Red+Green+Blue) = 88+44+19=151 (20% of max value = 765). Red value is 88 (34.77% from 255 or 58.28% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 19 (7.81% from 255 or 12.58% from 151); Max value from RGB is 88 - color contains mainly: red. Hex color #582C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C13 is #A7D3EC. Grayscale: #363636. Windows color (decimal): -10998765 or 1256536. OLE color: 1256536.

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

Color convert

RGB 88 44 19 -
CMYK 0 0.5 0.78 0.65
HSL 21.74º 0.64% 0.21% -
HSV(B) 21.74º 0.78% 0.35% -
XYZ 5.04 3.92 1.11 -
YUV 54.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 88 44 19 0 0.5 0.78 0.65 21.74 0.64 0.21
Hex 58 2C 13 0 32 4E 41 16 40 15
Octal 130 54 23 0 62 116 101 26 100 25
Binary 1011000 101100 10011 0 110010 1001110 1000001 10110 1000000 10101

Color Harmonies of #582C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582C13

Black with #582C13

Text Example


Text Example

White with #582C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,44,19); }

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

background-color css

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

 a { background-color: rgb(88,44,19); }

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

border-color css

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

 span { border-color: rgb(88,44,19); }

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