Html Css Color HEX #583C0A Baker's Chocolate

📋 copy color: '#583C0A'

red 88 ◦ green 60 ◦ blue 10

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

Shades of Baker's Chocolate #583C0A

Tints of Baker's Chocolate #583C0A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.97%

 BLUE value IS 10 (4.3% from 255) = 6.33%

R = 55.7%
G = 37.97%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#583C0A (or 0x583C0A) is known color: Baker's Chocolate. HEX triplet: 58, 3C and 0A. RGB value is (88,60,10). Sum of RGB (Red+Green+Blue) = 88+60+10=158 (20% of max value = 765). Red value is 88 (34.77% from 255 or 55.70% from 158); Green value is 60 (23.83% from 255 or 37.97% from 158); Blue value is 10 (4.30% from 255 or 6.33% from 158); Max value from RGB is 88 - color contains mainly: red. Hex color #583C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C0A is #A7C3F5. Grayscale: #3E3E3E. Windows color (decimal): -10994678 or 670808. OLE color: 670808.

HSL color Cylindrical-coordinate representation of color #583C0A: hue angle of 38.46º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #583C0A is Cyan = 0, Magento = 0.32, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 60 10 -
CMYK 0 0.32 0.89 0.65
HSL 38.46º 0.8% 0.19% -
HSV(B) 38.46º 0.89% 0.35% -
XYZ 5.7 5.33 1.02 -
YUV 62.67 98.28 146.07 -
System Red Green Blue C M Y K H S L
Decimal 88 60 10 0 0.32 0.89 0.65 38.46 0.8 0.19
Hex 58 3C A 0 20 59 41 26 50 13
Octal 130 74 12 0 40 131 101 46 120 23
Binary 1011000 111100 1010 0 100000 1011001 1000001 100110 1010000 10011

Color Harmonies of #583C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583C0A

Black with #583C0A

Text Example


Text Example

White with #583C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,60,10); }

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

background-color css

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

 a { background-color: rgb(88,60,10); }

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

border-color css

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

 span { border-color: rgb(88,60,10); }

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