Html Css Color HEX #583F0C Baker's Chocolate

📋 copy color: '#583F0C'

red 88 ◦ green 63 ◦ blue 12

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

Shades of Baker's Chocolate #583F0C

Tints of Baker's Chocolate #583F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.36%

R = 53.99%
G = 38.65%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#583F0C (or 0x583F0C) is known color: Baker's Chocolate. HEX triplet: 58, 3F and 0C. RGB value is (88,63,12). Sum of RGB (Red+Green+Blue) = 88+63+12=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #583F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583F0C is #A7C0F3. Grayscale: #404040. Windows color (decimal): -10993908 or 802648. OLE color: 802648.

HSL color Cylindrical-coordinate representation of color #583F0C: hue angle of 40.26º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #583F0C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 63 12 -
CMYK 0 0.28 0.86 0.65
HSL 40.26º 0.76% 0.2% -
HSV(B) 40.26º 0.86% 0.35% -
XYZ 5.87 5.66 1.13 -
YUV 64.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 88 63 12 0 0.28 0.86 0.65 40.26 0.76 0.2
Hex 58 3F C 0 1C 56 41 28 4C 14
Octal 130 77 14 0 34 126 101 50 114 24
Binary 1011000 111111 1100 0 11100 1010110 1000001 101000 1001100 10100

Color Harmonies of #583F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583F0C

Black with #583F0C

Text Example


Text Example

White with #583F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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