Html Css Color HEX #583012 Baker's Chocolate

📋 copy color: '#583012'

red 88 ◦ green 48 ◦ blue 18

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

Shades of Baker's Chocolate #583012

Tints of Baker's Chocolate #583012

RGB

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

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

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

R = 57.14%
G = 31.17%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#583012 (or 0x583012) is known color: Baker's Chocolate. HEX triplet: 58, 30 and 12. RGB value is (88,48,18). Sum of RGB (Red+Green+Blue) = 88+48+18=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #583012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583012 is #A7CFED. Grayscale: #383838. Windows color (decimal): -10997742 or 1192024. OLE color: 1192024.

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

Color convert

RGB 88 48 18 -
CMYK 0 0.45 0.80 0.65
HSL 25.71º 0.66% 0.21% -
HSV(B) 25.71º 0.8% 0.35% -
XYZ 5.19 4.23 1.12 -
YUV 56.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 88 48 18 0 0.45 0.80 0.65 25.71 0.66 0.21
Hex 58 30 12 0 2D 50 41 1A 42 15
Octal 130 60 22 0 55 120 101 32 102 25
Binary 1011000 110000 10010 0 101101 1010000 1000001 11010 1000010 10101

Color Harmonies of #583012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583012

Black with #583012

Text Example


Text Example

White with #583012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #583012; }

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

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

background-color css

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

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

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

border-color css

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

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

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