Html Css Color HEX #582300 Baker's Chocolate

📋 copy color: '#582300'

red 88 ◦ green 35 ◦ blue 0

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

Shades of Baker's Chocolate #582300

Tints of Baker's Chocolate #582300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.46%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.54%
G = 28.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#582300 (or 0x582300) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 00. RGB value is (88,35,0). Sum of RGB (Red+Green+Blue) = 88+35+0=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #582300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582300 is #A7DCFF. Grayscale: #2F2F2F. Windows color (decimal): -11001088 or 9048. OLE color: 9048.

HSL color Cylindrical-coordinate representation of color #582300: hue angle of 23.86º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #582300 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 35 0 -
CMYK 0 0.60 1 0.65
HSL 23.86º 1% 0.17% -
HSV(B) 23.86º 1% 0.35% -
XYZ 4.63 3.28 0.39 -
YUV 46.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 88 35 0 0 0.60 1 0.65 23.86 1 0.17
Hex 58 23 0 0 3C 64 41 18 64 11
Octal 130 43 0 0 74 144 101 30 144 21
Binary 1011000 100011 0 0 111100 1100100 1000001 11000 1100100 10001

Color Harmonies of #582300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582300

Black with #582300

Text Example


Text Example

White with #582300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582300; }

 p { color: rgb(88,35,0); }

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

background-color css

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

 a { background-color: rgb(88,35,0); }

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

border-color css

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

 span { border-color: rgb(88,35,0); }

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