Html Css Color HEX #582C17 Baker's Chocolate

📋 copy color: '#582C17'

red 88 ◦ green 44 ◦ blue 23

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

Shades of Baker's Chocolate #582C17

Tints of Baker's Chocolate #582C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 14.84%

R = 56.77%
G = 28.39%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#582C17 (or 0x582C17) is known color: Baker's Chocolate. HEX triplet: 58, 2C and 17. RGB value is (88,44,23). Sum of RGB (Red+Green+Blue) = 88+44+23=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 23 (9.38% from 255 or 14.84% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #582C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582C17 is #A7D3E8. Grayscale: #363636. Windows color (decimal): -10998761 or 1518680. OLE color: 1518680.

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

Color convert

RGB 88 44 23 -
CMYK 0 0.5 0.74 0.65
HSL 19.38º 0.59% 0.22% -
HSV(B) 19.38º 0.74% 0.35% -
XYZ 5.08 3.94 1.3 -
YUV 54.76 110.08 151.71 -
System Red Green Blue C M Y K H S L
Decimal 88 44 23 0 0.5 0.74 0.65 19.38 0.59 0.22
Hex 58 2C 17 0 32 4A 41 13 3B 16
Octal 130 54 27 0 62 112 101 23 73 26
Binary 1011000 101100 10111 0 110010 1001010 1000001 10011 111011 10110

Color Harmonies of #582C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582C17

Black with #582C17

Text Example


Text Example

White with #582C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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