Html Css Color HEX #583014 Baker's Chocolate

📋 copy color: '#583014'

red 88 ◦ green 48 ◦ blue 20

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

Shades of Baker's Chocolate #583014

Tints of Baker's Chocolate #583014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.77%

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

R = 56.41%
G = 30.77%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#583014 (or 0x583014) is known color: Baker's Chocolate. HEX triplet: 58, 30 and 14. RGB value is (88,48,20). Sum of RGB (Red+Green+Blue) = 88+48+20=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 48 (19.14% from 255 or 30.77% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #583014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583014 is #A7CFEB. Grayscale: #383838. Windows color (decimal): -10997740 or 1323096. OLE color: 1323096.

HSL color Cylindrical-coordinate representation of color #583014: hue angle of 24.71º 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 #583014 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 48 20 -
CMYK 0 0.45 0.77 0.65
HSL 24.71º 0.63% 0.21% -
HSV(B) 24.71º 0.77% 0.35% -
XYZ 5.21 4.24 1.21 -
YUV 56.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 88 48 20 0 0.45 0.77 0.65 24.71 0.63 0.21
Hex 58 30 14 0 2D 4D 41 19 3F 15
Octal 130 60 24 0 55 115 101 31 77 25
Binary 1011000 110000 10100 0 101101 1001101 1000001 11001 111111 10101

Color Harmonies of #583014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583014

Black with #583014

Text Example


Text Example

White with #583014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583014; }

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

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

background-color css

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

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

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

border-color css

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

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

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