Html Css Color HEX #583F0A Baker's Chocolate

📋 copy color: '#583F0A'

red 88 ◦ green 63 ◦ blue 10

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

Shades of Baker's Chocolate #583F0A

Tints of Baker's Chocolate #583F0A

RGB

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

 GREEN value IS 63 (25% from 255) = 39.13%

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

R = 54.66%
G = 39.13%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.65

RGB Variations

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

Color information

#583F0A (or 0x583F0A) is known color: Baker's Chocolate. HEX triplet: 58, 3F and 0A. RGB value is (88,63,10). Sum of RGB (Red+Green+Blue) = 88+63+10=161 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.66% from 161); Green value is 63 (25% from 255 or 39.13% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 88 - color contains mainly: red. Hex color #583F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583F0A is #A7C0F5. Grayscale: #404040. Windows color (decimal): -10993910 or 671576. OLE color: 671576.

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

Color convert

RGB 88 63 10 -
CMYK 0 0.28 0.89 0.65
HSL 40.77º 0.8% 0.19% -
HSV(B) 40.77º 0.89% 0.35% -
XYZ 5.86 5.65 1.07 -
YUV 64.43 97.28 144.81 -
System Red Green Blue C M Y K H S L
Decimal 88 63 10 0 0.28 0.89 0.65 40.77 0.8 0.19
Hex 58 3F A 0 1C 59 41 29 50 13
Octal 130 77 12 0 34 131 101 51 120 23
Binary 1011000 111111 1010 0 11100 1011001 1000001 101001 1010000 10011

Color Harmonies of #583F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583F0A

Black with #583F0A

Text Example


Text Example

White with #583F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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