Html Css Color HEX #583113 Baker's Chocolate

📋 copy color: '#583113'

red 88 ◦ green 49 ◦ blue 19

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

Shades of Baker's Chocolate #583113

Tints of Baker's Chocolate #583113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 56.41%
G = 31.41%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#583113 (or 0x583113) is known color: Baker's Chocolate. HEX triplet: 58, 31 and 13. RGB value is (88,49,19). Sum of RGB (Red+Green+Blue) = 88+49+19=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 49 (19.53% from 255 or 31.41% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #583113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583113 is #A7CEEC. Grayscale: #393939. Windows color (decimal): -10997485 or 1257816. OLE color: 1257816.

HSL color Cylindrical-coordinate representation of color #583113: hue angle of 26.09º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #583113 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 49 19 -
CMYK 0 0.44 0.78 0.65
HSL 26.09º 0.64% 0.21% -
HSV(B) 26.09º 0.78% 0.35% -
XYZ 5.24 4.32 1.17 -
YUV 57.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 88 49 19 0 0.44 0.78 0.65 26.09 0.64 0.21
Hex 58 31 13 0 2C 4E 41 1A 40 15
Octal 130 61 23 0 54 116 101 32 100 25
Binary 1011000 110001 10011 0 101100 1001110 1000001 11010 1000000 10101

Color Harmonies of #583113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583113

Black with #583113

Text Example


Text Example

White with #583113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583113; }

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

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

background-color css

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

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

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

border-color css

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

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

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