#583108

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

Shades of Baker's Chocolate #583108

Tints of Baker's Chocolate #583108

Color information

#583108 (or 0x583108) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 31 and 08. RGB value is (88,49,8). Sum of RGB (Red+Green+Blue) = 88+49+8=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #583108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583108 is #A7CEF7. Grayscale: #383838. Windows color (decimal): -10997496 or 536920. OLE color: 536920.

HSL color Cylindrical-coordinate representation of color #583108: hue angle of 30.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #583108 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB88498-
CMYK00.440.910.65
HSL30.75º83.33%18.82%-
HSV(B)30.75º90.91%34.51%-
XYZ5.174.290.79-
YUV55.99100.92150.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 60.69%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 8 (3.52% from 255) = 5.52%
R=60.69%
G=33.79%
B=5.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.91
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8849800.440.910.6530.7583.3318.82
Hex5831802C5B411f5313
Octal13061100541331013712323
Binary1011000110001100001011001011011100000111111101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583108; }

 p { color: rgb(88,49,8); }

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

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

 a { background-color: rgb(88,49,8); }

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

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

 span { border-color: rgb(88,49,8); }

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