Html Css Color HEX #583D10 Baker's Chocolate

📋 copy color: '#583D10'

red 88 ◦ green 61 ◦ blue 16

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

Shades of Baker's Chocolate #583D10

Tints of Baker's Chocolate #583D10

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.97%

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

R = 53.33%
G = 36.97%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#583D10 (or 0x583D10) is known color: Baker's Chocolate. HEX triplet: 58, 3D and 10. RGB value is (88,61,16). Sum of RGB (Red+Green+Blue) = 88+61+16=165 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.33% from 165); Green value is 61 (24.22% from 255 or 36.97% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 88 - color contains mainly: red. Hex color #583D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583D10 is #A7C2EF. Grayscale: #404040. Windows color (decimal): -10994416 or 1064280. OLE color: 1064280.

HSL color Cylindrical-coordinate representation of color #583D10: hue angle of 37.5º 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 #583D10 is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 61 16 -
CMYK 0 0.31 0.82 0.65
HSL 37.5º 0.69% 0.2% -
HSV(B) 37.5º 0.82% 0.35% -
XYZ 5.79 5.45 1.24 -
YUV 63.94 100.95 145.16 -
System Red Green Blue C M Y K H S L
Decimal 88 61 16 0 0.31 0.82 0.65 37.5 0.69 0.2
Hex 58 3D 10 0 1F 52 41 26 45 14
Octal 130 75 20 0 37 122 101 46 105 24
Binary 1011000 111101 10000 0 11111 1010010 1000001 100110 1000101 10100

Color Harmonies of #583D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583D10

Black with #583D10

Text Example


Text Example

White with #583D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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