Html Css Color HEX #583B0C Baker's Chocolate

📋 copy color: '#583B0C'

red 88 ◦ green 59 ◦ blue 12

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

Shades of Baker's Chocolate #583B0C

Tints of Baker's Chocolate #583B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.55%

R = 55.35%
G = 37.11%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#583B0C (or 0x583B0C) is known color: Baker's Chocolate. HEX triplet: 58, 3B and 0C. RGB value is (88,59,12). Sum of RGB (Red+Green+Blue) = 88+59+12=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 12 (5.08% from 255 or 7.55% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #583B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583B0C is #A7C4F3. Grayscale: #3E3E3E. Windows color (decimal): -10994932 or 801624. OLE color: 801624.

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

Color convert

RGB 88 59 12 -
CMYK 0 0.33 0.86 0.65
HSL 37.11º 0.76% 0.2% -
HSV(B) 37.11º 0.86% 0.35% -
XYZ 5.65 5.23 1.06 -
YUV 62.31 99.61 146.32 -
System Red Green Blue C M Y K H S L
Decimal 88 59 12 0 0.33 0.86 0.65 37.11 0.76 0.2
Hex 58 3B C 0 21 56 41 25 4C 14
Octal 130 73 14 0 41 126 101 45 114 24
Binary 1011000 111011 1100 0 100001 1010110 1000001 100101 1001100 10100

Color Harmonies of #583B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583B0C

Black with #583B0C

Text Example


Text Example

White with #583B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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