Html Css Color HEX #583C12 Baker's Chocolate

📋 copy color: '#583C12'

red 88 ◦ green 60 ◦ blue 18

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

Shades of Baker's Chocolate #583C12

Tints of Baker's Chocolate #583C12

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.14%

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

R = 53.01%
G = 36.14%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#583C12 (or 0x583C12) is known color: Baker's Chocolate. HEX triplet: 58, 3C and 12. RGB value is (88,60,18). Sum of RGB (Red+Green+Blue) = 88+60+18=166 (21% of max value = 765). Red value is 88 (34.77% from 255 or 53.01% from 166); Green value is 60 (23.83% from 255 or 36.14% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 88 - color contains mainly: red. Hex color #583C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C12 is #A7C3ED. Grayscale: #3F3F3F. Windows color (decimal): -10994670 or 1195096. OLE color: 1195096.

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

Color convert

RGB 88 60 18 -
CMYK 0 0.32 0.80 0.65
HSL 36º 0.66% 0.21% -
HSV(B) 36º 0.8% 0.35% -
XYZ 5.75 5.35 1.3 -
YUV 63.58 102.28 145.42 -
System Red Green Blue C M Y K H S L
Decimal 88 60 18 0 0.32 0.80 0.65 36 0.66 0.21
Hex 58 3C 12 0 20 50 41 24 42 15
Octal 130 74 22 0 40 120 101 44 102 25
Binary 1011000 111100 10010 0 100000 1010000 1000001 100100 1000010 10101

Color Harmonies of #583C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583C12

Black with #583C12

Text Example


Text Example

White with #583C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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