Html Css Color HEX #583A0A Baker's Chocolate

📋 copy color: '#583A0A'

red 88 ◦ green 58 ◦ blue 10

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

Shades of Baker's Chocolate #583A0A

Tints of Baker's Chocolate #583A0A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 37.18%

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

R = 56.41%
G = 37.18%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#583A0A (or 0x583A0A) is known color: Baker's Chocolate. HEX triplet: 58, 3A and 0A. RGB value is (88,58,10). Sum of RGB (Red+Green+Blue) = 88+58+10=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #583A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A0A is #A7C5F5. Grayscale: #3D3D3D. Windows color (decimal): -10995190 or 670296. OLE color: 670296.

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

Color convert

RGB 88 58 10 -
CMYK 0 0.34 0.89 0.65
HSL 36.92º 0.8% 0.19% -
HSV(B) 36.92º 0.89% 0.35% -
XYZ 5.59 5.12 0.98 -
YUV 61.5 98.94 146.9 -
System Red Green Blue C M Y K H S L
Decimal 88 58 10 0 0.34 0.89 0.65 36.92 0.8 0.19
Hex 58 3A A 0 22 59 41 25 50 13
Octal 130 72 12 0 42 131 101 45 120 23
Binary 1011000 111010 1010 0 100010 1011001 1000001 100101 1010000 10011

Color Harmonies of #583A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583A0A

Black with #583A0A

Text Example


Text Example

White with #583A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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