Html Css Color HEX #583912 Baker's Chocolate

📋 copy color: '#583912'

red 88 ◦ green 57 ◦ blue 18

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

Shades of Baker's Chocolate #583912

Tints of Baker's Chocolate #583912

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.97%

 BLUE value IS 18 (7.42% from 255) = 11.04%

R = 53.99%
G = 34.97%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#583912 (or 0x583912) is known color: Baker's Chocolate. HEX triplet: 58, 39 and 12. RGB value is (88,57,18). Sum of RGB (Red+Green+Blue) = 88+57+18=163 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.99% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 18 (7.42% from 255 or 11.04% from 163); Max value from RGB is 88 - color contains mainly: red. Hex color #583912 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583912 is #A7C6ED. Grayscale: #3E3E3E. Windows color (decimal): -10995438 or 1194328. OLE color: 1194328.

HSL color Cylindrical-coordinate representation of color #583912: hue angle of 33.43º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #583912 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 57 18 -
CMYK 0 0.35 0.80 0.65
HSL 33.43º 0.66% 0.21% -
HSV(B) 33.43º 0.8% 0.35% -
XYZ 5.6 5.04 1.25 -
YUV 61.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 88 57 18 0 0.35 0.80 0.65 33.43 0.66 0.21
Hex 58 39 12 0 23 50 41 21 42 15
Octal 130 71 22 0 43 120 101 41 102 25
Binary 1011000 111001 10010 0 100011 1010000 1000001 100001 1000010 10101

Color Harmonies of #583912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583912

Black with #583912

Text Example


Text Example

White with #583912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583912; }

 p { color: rgb(88,57,18); }

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

background-color css

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

 a { background-color: rgb(88,57,18); }

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

border-color css

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

 span { border-color: rgb(88,57,18); }

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