#583402

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

Shades of Baker's Chocolate #583402

Tints of Baker's Chocolate #583402

Color information

#583402 (or 0x583402) is unknown color: approx Baker's Chocolate. HEX triplet: 58, 34 and 02. RGB value is (88,52,2). Sum of RGB (Red+Green+Blue) = 88+52+2=142 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.97% from 142); Green value is 52 (20.70% from 255 or 36.62% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 88 - color contains mainly: red. Hex color #583402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583402 is #A7CBFD. Grayscale: #393939. Windows color (decimal): -10996734 or 144472. OLE color: 144472.

HSL color Cylindrical-coordinate representation of color #583402: hue angle of 34.88º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #583402 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB88522-
CMYK00.410.980.65
HSL34.88º95.56%17.65%-
HSV(B)34.88º97.73%34.51%-
XYZ5.264.540.66-
YUV57.0696.93150.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 61.97%
GREEN value IS 52 (20.70% from 255) = 36.62%
BLUE value IS 2 (1.17% from 255) = 1.41%
R=61.97%
G=36.62%
B=1.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8852200.410.980.6534.8895.5617.65
Hex583420296241236012
Octal1306420511421014314022
Binary101100011010010010100111000101000001100011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583402; }

 p { color: rgb(88,52,2); }

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

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

 a { background-color: rgb(88,52,2); }

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

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

 span { border-color: rgb(88,52,2); }

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