Html Css Color HEX #583C0B Baker's Chocolate

📋 copy color: '#583C0B'

red 88 ◦ green 60 ◦ blue 11

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

Shades of Baker's Chocolate #583C0B

Tints of Baker's Chocolate #583C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.92%

R = 55.35%
G = 37.74%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#583C0B (or 0x583C0B) is known color: Baker's Chocolate. HEX triplet: 58, 3C and 0B. RGB value is (88,60,11). Sum of RGB (Red+Green+Blue) = 88+60+11=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 60 (23.83% from 255 or 37.74% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #583C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C0B is #A7C3F4. Grayscale: #3F3F3F. Windows color (decimal): -10994677 or 736344. OLE color: 736344.

HSL color Cylindrical-coordinate representation of color #583C0B: hue angle of 38.18º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #583C0B is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 60 11 -
CMYK 0 0.32 0.88 0.65
HSL 38.18º 0.78% 0.19% -
HSV(B) 38.18º 0.88% 0.35% -
XYZ 5.7 5.33 1.05 -
YUV 62.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 88 60 11 0 0.32 0.88 0.65 38.18 0.78 0.19
Hex 58 3C B 0 20 58 41 26 4E 13
Octal 130 74 13 0 40 130 101 46 116 23
Binary 1011000 111100 1011 0 100000 1011000 1000001 100110 1001110 10011

Color Harmonies of #583C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583C0B

Black with #583C0B

Text Example


Text Example

White with #583C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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