Html Css Color HEX #583A14 Baker's Chocolate

📋 copy color: '#583A14'

red 88 ◦ green 58 ◦ blue 20

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

Shades of Baker's Chocolate #583A14

Tints of Baker's Chocolate #583A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 12.05%

R = 53.01%
G = 34.94%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#583A14 (or 0x583A14) is known color: Baker's Chocolate. HEX triplet: 58, 3A and 14. RGB value is (88,58,20). Sum of RGB (Red+Green+Blue) = 88+58+20=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 58 (23.05% from 255 or 34.94% from 166); Blue value is 20 (8.20% from 255 or 12.05% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #583A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A14 is #A7C5EB. Grayscale: #3E3E3E. Windows color (decimal): -10995180 or 1325656. OLE color: 1325656.

HSL color Cylindrical-coordinate representation of color #583A14: hue angle of 33.53º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #583A14 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 58 20 -
CMYK 0 0.34 0.77 0.65
HSL 33.53º 0.63% 0.21% -
HSV(B) 33.53º 0.77% 0.35% -
XYZ 5.66 5.15 1.36 -
YUV 62.64 103.94 146.09 -
System Red Green Blue C M Y K H S L
Decimal 88 58 20 0 0.34 0.77 0.65 33.53 0.63 0.21
Hex 58 3A 14 0 22 4D 41 22 3F 15
Octal 130 72 24 0 42 115 101 42 77 25
Binary 1011000 111010 10100 0 100010 1001101 1000001 100010 111111 10101

Color Harmonies of #583A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583A14

Black with #583A14

Text Example


Text Example

White with #583A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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