Html Css Color HEX #583B0D Baker's Chocolate

📋 copy color: '#583B0D'

red 88 ◦ green 59 ◦ blue 13

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

Shades of Baker's Chocolate #583B0D

Tints of Baker's Chocolate #583B0D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 36.88%

 BLUE value IS 13 (5.47% from 255) = 8.13%

R = 55%
G = 36.88%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.65

RGB Variations

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

Color information

#583B0D (or 0x583B0D) is known color: Baker's Chocolate. HEX triplet: 58, 3B and 0D. RGB value is (88,59,13). Sum of RGB (Red+Green+Blue) = 88+59+13=160 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 13 (5.47% from 255 or 8.12% from 160); Max value from RGB is 88 - color contains mainly: red. Hex color #583B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583B0D is #A7C4F2. Grayscale: #3E3E3E. Windows color (decimal): -10994931 or 867160. OLE color: 867160.

HSL color Cylindrical-coordinate representation of color #583B0D: hue angle of 36.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #583B0D is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 59 13 -
CMYK 0 0.33 0.85 0.65
HSL 36.8º 0.74% 0.2% -
HSV(B) 36.8º 0.85% 0.35% -
XYZ 5.66 5.23 1.09 -
YUV 62.43 100.11 146.24 -
System Red Green Blue C M Y K H S L
Decimal 88 59 13 0 0.33 0.85 0.65 36.8 0.74 0.2
Hex 58 3B D 0 21 55 41 25 4A 14
Octal 130 73 15 0 41 125 101 45 112 24
Binary 1011000 111011 1101 0 100001 1010101 1000001 100101 1001010 10100

Color Harmonies of #583B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583B0D

Black with #583B0D

Text Example


Text Example

White with #583B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583B0D; }

 p { color: rgb(88,59,13); }

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

background-color css

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

 a { background-color: rgb(88,59,13); }

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

border-color css

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

 span { border-color: rgb(88,59,13); }

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