#633413

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

Shades of Baker's Chocolate #633413

Tints of Baker's Chocolate #633413

Color information

#633413 (or 0x633413) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 34 and 13. RGB value is (99,52,19). Sum of RGB (Red+Green+Blue) = 99+52+19=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 19 (7.81% from 255 or 11.18% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #633413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633413 is #9CCBEC. Grayscale: #3E3E3E. Windows color (decimal): -10275821 or 1258595. OLE color: 1258595.

HSL color Cylindrical-coordinate representation of color #633413: hue angle of 24.75º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #633413 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB995219-
CMYK00.470.810.61
HSL24.75º67.8%23.14%-
HSV(B)24.75º80.81%38.82%-
XYZ6.495.161.27-
YUV62.29103.57154.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 52 (20.70% from 255) = 30.59%
BLUE value IS 19 (7.81% from 255) = 11.18%
R=58.24%
G=30.59%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99521900.470.810.6124.7567.823.14
Hex63341302F513D194417
Octal1436423057121753110427
Binary1100011110100100110101111101000111110111001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633413; }

 p { color: rgb(99,52,19); }

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

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

 a { background-color: rgb(99,52,19); }

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

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

 span { border-color: rgb(99,52,19); }

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