Html Css Color HEX #583210 Baker's Chocolate

📋 copy color: '#583210'

red 88 ◦ green 50 ◦ blue 16

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

Shades of Baker's Chocolate #583210

Tints of Baker's Chocolate #583210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.47%

 BLUE value IS 16 (6.64% from 255) = 10.39%

R = 57.14%
G = 32.47%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#583210 (or 0x583210) is known color: Baker's Chocolate. HEX triplet: 58, 32 and 10. RGB value is (88,50,16). Sum of RGB (Red+Green+Blue) = 88+50+16=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #583210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583210 is #A7CDEF. Grayscale: #393939. Windows color (decimal): -10997232 or 1061464. OLE color: 1061464.

HSL color Cylindrical-coordinate representation of color #583210: hue angle of 28.33º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #583210 is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 50 16 -
CMYK 0 0.43 0.82 0.65
HSL 28.33º 0.69% 0.2% -
HSV(B) 28.33º 0.82% 0.35% -
XYZ 5.26 4.39 1.06 -
YUV 57.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 88 50 16 0 0.43 0.82 0.65 28.33 0.69 0.2
Hex 58 32 10 0 2B 52 41 1C 45 14
Octal 130 62 20 0 53 122 101 34 105 24
Binary 1011000 110010 10000 0 101011 1010010 1000001 11100 1000101 10100

Color Harmonies of #583210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583210

Black with #583210

Text Example


Text Example

White with #583210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583210; }

 p { color: rgb(88,50,16); }

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

background-color css

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

 a { background-color: rgb(88,50,16); }

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

border-color css

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

 span { border-color: rgb(88,50,16); }

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