Html Css Color HEX #583114 Baker's Chocolate

📋 copy color: '#583114'

red 88 ◦ green 49 ◦ blue 20

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

Shades of Baker's Chocolate #583114

Tints of Baker's Chocolate #583114

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.21%

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

R = 56.05%
G = 31.21%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#583114 (or 0x583114) is known color: Baker's Chocolate. HEX triplet: 58, 31 and 14. RGB value is (88,49,20). Sum of RGB (Red+Green+Blue) = 88+49+20=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #583114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583114 is #A7CEEB. Grayscale: #393939. Windows color (decimal): -10997484 or 1323352. OLE color: 1323352.

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

Color convert

RGB 88 49 20 -
CMYK 0 0.44 0.77 0.65
HSL 25.59º 0.63% 0.21% -
HSV(B) 25.59º 0.77% 0.35% -
XYZ 5.25 4.32 1.22 -
YUV 57.36 106.92 149.86 -
System Red Green Blue C M Y K H S L
Decimal 88 49 20 0 0.44 0.77 0.65 25.59 0.63 0.21
Hex 58 31 14 0 2C 4D 41 1A 3F 15
Octal 130 61 24 0 54 115 101 32 77 25
Binary 1011000 110001 10100 0 101100 1001101 1000001 11010 111111 10101

Color Harmonies of #583114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583114

Black with #583114

Text Example


Text Example

White with #583114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583114; }

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

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

background-color css

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

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

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

border-color css

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

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

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