Html Css Color HEX #583100 Baker's Chocolate

📋 copy color: '#583100'

red 88 ◦ green 49 ◦ blue 0

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

Shades of Baker's Chocolate #583100

Tints of Baker's Chocolate #583100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 35.77%

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

R = 64.23%
G = 35.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#583100 (or 0x583100) is known color: Baker's Chocolate. HEX triplet: 58, 31 and 00. RGB value is (88,49,0). Sum of RGB (Red+Green+Blue) = 88+49+0=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #583100 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583100 is #A7CEFF. Grayscale: #373737. Windows color (decimal): -10997504 or 12632. OLE color: 12632.

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

Color convert

RGB 88 49 0 -
CMYK 0 0.44 1 0.65
HSL 33.41º 1% 0.17% -
HSV(B) 33.41º 1% 0.35% -
XYZ 5.12 4.27 0.55 -
YUV 55.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 88 49 0 0 0.44 1 0.65 33.41 1 0.17
Hex 58 31 0 0 2C 64 41 21 64 11
Octal 130 61 0 0 54 144 101 41 144 21
Binary 1011000 110001 0 0 101100 1100100 1000001 100001 1100100 10001

Color Harmonies of #583100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583100

Black with #583100

Text Example


Text Example

White with #583100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583100; }

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

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

background-color css

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

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

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

border-color css

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

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

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