Html Css Color HEX #583000 Baker's Chocolate

📋 copy color: '#583000'

red 88 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #583000

Tints of Baker's Chocolate #583000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.29%

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

R = 64.71%
G = 35.29%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#583000 (or 0x583000) is known color: Baker's Chocolate. HEX triplet: 58, 30 and 00. RGB value is (88,48,0). Sum of RGB (Red+Green+Blue) = 88+48+0=136 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.71% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 88 - color contains mainly: red. Hex color #583000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583000 is #A7CFFF. Grayscale: #363636. Windows color (decimal): -10997760 or 12376. OLE color: 12376.

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

Color convert

RGB 88 48 0 -
CMYK 0 0.45 1 0.65
HSL 32.73º 1% 0.17% -
HSV(B) 32.73º 1% 0.35% -
XYZ 5.08 4.19 0.54 -
YUV 54.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 88 48 0 0 0.45 1 0.65 32.73 1 0.17
Hex 58 30 0 0 2D 64 41 21 64 11
Octal 130 60 0 0 55 144 101 41 144 21
Binary 1011000 110000 0 0 101101 1100100 1000001 100001 1100100 10001

Color Harmonies of #583000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583000

Black with #583000

Text Example


Text Example

White with #583000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583000; }

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

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

background-color css

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

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

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

border-color css

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

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

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