Html Css Color HEX #582D03 Baker's Chocolate

📋 copy color: '#582D03'

red 88 ◦ green 45 ◦ blue 3

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

Shades of Baker's Chocolate #582D03

Tints of Baker's Chocolate #582D03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.21%

R = 64.71%
G = 33.09%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#582D03 (or 0x582D03) is known color: Baker's Chocolate. HEX triplet: 58, 2D and 03. RGB value is (88,45,3). Sum of RGB (Red+Green+Blue) = 88+45+3=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #582D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582D03 is #A7D2FC. Grayscale: #353535. Windows color (decimal): -10998525 or 208216. OLE color: 208216.

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

Color convert

RGB 88 45 3 -
CMYK 0 0.49 0.97 0.65
HSL 29.65º 0.93% 0.18% -
HSV(B) 29.65º 0.97% 0.35% -
XYZ 4.98 3.96 0.59 -
YUV 53.07 99.75 152.92 -
System Red Green Blue C M Y K H S L
Decimal 88 45 3 0 0.49 0.97 0.65 29.65 0.93 0.18
Hex 58 2D 3 0 31 61 41 1E 5D 12
Octal 130 55 3 0 61 141 101 36 135 22
Binary 1011000 101101 11 0 110001 1100001 1000001 11110 1011101 10010

Color Harmonies of #582D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582D03

Black with #582D03

Text Example


Text Example

White with #582D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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