#583300

Color #583300 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #583300

Tints of Baker's Chocolate #583300

Color information

#583300 (or 0x583300) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 33 and 00. RGB value is (88,51,0). Sum of RGB (Red+Green+Blue) = 88+51+0=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #583300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583300 is #A7CCFF. Grayscale: #383838. Windows color (decimal): -10996992 or 13144. OLE color: 13144.

HSL color Cylindrical-coordinate representation of color #583300: hue angle of 34.77º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #583300 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB88510-
CMYK00.4210.65
HSL34.77º100%17.25%-
HSV(B)34.77º100%34.51%-
XYZ5.214.440.58-
YUV56.2596.26150.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.31%
GREEN value IS 51 (20.31% from 255) = 36.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.31%
G=36.69%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8851000.4210.6534.7710017.25
Hex5833002A6441236411
Octal1306300521441014314421
Binary10110001100110010101011001001000001100011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583300; }

 p { color: rgb(88,51,0); }

 H1.HeaderClassName
 {
   color: #583300;
 }
 .AnyTagClassName
 {
   color: #583300;
 }
</style>
background-color css

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

 a { background-color: rgb(88,51,0); }

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

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

 span { border-color: rgb(88,51,0); }

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