Html Css Color HEX #583F0B Baker's Chocolate

📋 copy color: '#583F0B'

red 88 ◦ green 63 ◦ blue 11

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

Shades of Baker's Chocolate #583F0B

Tints of Baker's Chocolate #583F0B

RGB

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

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

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

R = 54.32%
G = 38.89%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#583F0B (or 0x583F0B) is known color: Baker's Chocolate. HEX triplet: 58, 3F and 0B. RGB value is (88,63,11). Sum of RGB (Red+Green+Blue) = 88+63+11=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 63 (25% from 255 or 38.89% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #583F0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583F0B is #A7C0F4. Grayscale: #404040. Windows color (decimal): -10993909 or 737112. OLE color: 737112.

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

Color convert

RGB 88 63 11 -
CMYK 0 0.28 0.88 0.65
HSL 40.52º 0.78% 0.19% -
HSV(B) 40.52º 0.88% 0.35% -
XYZ 5.86 5.65 1.1 -
YUV 64.55 97.78 144.73 -
System Red Green Blue C M Y K H S L
Decimal 88 63 11 0 0.28 0.88 0.65 40.52 0.78 0.19
Hex 58 3F B 0 1C 58 41 29 4E 13
Octal 130 77 13 0 34 130 101 51 116 23
Binary 1011000 111111 1011 0 11100 1011000 1000001 101001 1001110 10011

Color Harmonies of #583F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #583F0B

Black with #583F0B

Text Example


Text Example

White with #583F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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