Html Css Color HEX #582003 Baker's Chocolate

📋 copy color: '#582003'

red 88 ◦ green 32 ◦ blue 3

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

Shades of Baker's Chocolate #582003

Tints of Baker's Chocolate #582003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

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

R = 71.54%
G = 26.02%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#582003 (or 0x582003) is known color: Baker's Chocolate. HEX triplet: 58, 20 and 03. RGB value is (88,32,3). Sum of RGB (Red+Green+Blue) = 88+32+3=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #582003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582003 is #A7DFFC. Grayscale: #2D2D2D. Windows color (decimal): -11001853 or 204888. OLE color: 204888.

HSL color Cylindrical-coordinate representation of color #582003: hue angle of 20.47º 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 #582003 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 32 3 -
CMYK 0 0.64 0.97 0.65
HSL 20.47º 0.93% 0.18% -
HSV(B) 20.47º 0.97% 0.35% -
XYZ 4.56 3.11 0.45 -
YUV 45.44 104.05 158.36 -
System Red Green Blue C M Y K H S L
Decimal 88 32 3 0 0.64 0.97 0.65 20.47 0.93 0.18
Hex 58 20 3 0 40 61 41 14 5D 12
Octal 130 40 3 0 100 141 101 24 135 22
Binary 1011000 100000 11 0 1000000 1100001 1000001 10100 1011101 10010

Color Harmonies of #582003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582003

Black with #582003

Text Example


Text Example

White with #582003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582003; }

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

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

background-color css

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

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

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

border-color css

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

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

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