Html Css Color HEX #583313 Baker's Chocolate

📋 copy color: '#583313'

red 88 ◦ green 51 ◦ blue 19

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

Shades of Baker's Chocolate #583313

Tints of Baker's Chocolate #583313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.28%

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

R = 55.7%
G = 32.28%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#583313 (or 0x583313) is known color: Baker's Chocolate. HEX triplet: 58, 33 and 13. RGB value is (88,51,19). Sum of RGB (Red+Green+Blue) = 88+51+19=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #583313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583313 is #A7CCEC. Grayscale: #3A3A3A. Windows color (decimal): -10996973 or 1258328. OLE color: 1258328.

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

Color convert

RGB 88 51 19 -
CMYK 0 0.42 0.78 0.65
HSL 27.83º 0.64% 0.21% -
HSV(B) 27.83º 0.78% 0.35% -
XYZ 5.33 4.49 1.2 -
YUV 58.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 88 51 19 0 0.42 0.78 0.65 27.83 0.64 0.21
Hex 58 33 13 0 2A 4E 41 1C 40 15
Octal 130 63 23 0 52 116 101 34 100 25
Binary 1011000 110011 10011 0 101010 1001110 1000001 11100 1000000 10101

Color Harmonies of #583313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583313

Black with #583313

Text Example


Text Example

White with #583313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583313; }

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

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

background-color css

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

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

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

border-color css

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

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

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