Html Css Color HEX #582503 Baker's Chocolate

📋 copy color: '#582503'

red 88 ◦ green 37 ◦ blue 3

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

Shades of Baker's Chocolate #582503

Tints of Baker's Chocolate #582503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 68.75%
G = 28.91%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#582503 (or 0x582503) is known color: Baker's Chocolate. HEX triplet: 58, 25 and 03. RGB value is (88,37,3). Sum of RGB (Red+Green+Blue) = 88+37+3=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #582503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582503 is #A7DAFC. Grayscale: #303030. Windows color (decimal): -11000573 or 206168. OLE color: 206168.

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

Color convert

RGB 88 37 3 -
CMYK 0 0.58 0.97 0.65
HSL 24º 0.93% 0.18% -
HSV(B) 24º 0.97% 0.35% -
XYZ 4.7 3.4 0.5 -
YUV 48.37 102.4 156.26 -
System Red Green Blue C M Y K H S L
Decimal 88 37 3 0 0.58 0.97 0.65 24 0.93 0.18
Hex 58 25 3 0 3A 61 41 18 5D 12
Octal 130 45 3 0 72 141 101 30 135 22
Binary 1011000 100101 11 0 111010 1100001 1000001 11000 1011101 10010

Color Harmonies of #582503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582503

Black with #582503

Text Example


Text Example

White with #582503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582503; }

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

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

background-color css

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

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

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

border-color css

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

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

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