Html Css Color HEX #582D15 Baker's Chocolate

📋 copy color: '#582D15'

red 88 ◦ green 45 ◦ blue 21

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

Shades of Baker's Chocolate #582D15

Tints of Baker's Chocolate #582D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.22%

 BLUE value IS 21 (8.59% from 255) = 13.64%

R = 57.14%
G = 29.22%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#582D15 (or 0x582D15) is known color: Baker's Chocolate. HEX triplet: 58, 2D and 15. RGB value is (88,45,21). Sum of RGB (Red+Green+Blue) = 88+45+21=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #582D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D15 is #A7D2EA. Grayscale: #373737. Windows color (decimal): -10998507 or 1387864. OLE color: 1387864.

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

Color convert

RGB 88 45 21 -
CMYK 0 0.49 0.76 0.65
HSL 21.49º 0.61% 0.21% -
HSV(B) 21.49º 0.76% 0.35% -
XYZ 5.1 4.01 1.21 -
YUV 55.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 88 45 21 0 0.49 0.76 0.65 21.49 0.61 0.21
Hex 58 2D 15 0 31 4C 41 15 3D 15
Octal 130 55 25 0 61 114 101 25 75 25
Binary 1011000 101101 10101 0 110001 1001100 1000001 10101 111101 10101

Color Harmonies of #582D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D15

Black with #582D15

Text Example


Text Example

White with #582D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,45,21); }

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

background-color css

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

 a { background-color: rgb(88,45,21); }

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

border-color css

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

 span { border-color: rgb(88,45,21); }

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