#633017

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

Shades of Baker's Chocolate #633017

Tints of Baker's Chocolate #633017

Color information

#633017 (or 0x633017) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 30 and 17. RGB value is (99,48,23). Sum of RGB (Red+Green+Blue) = 99+48+23=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 23 (9.38% from 255 or 13.53% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #633017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633017 is #9CCFE8. Grayscale: #3C3C3C. Windows color (decimal): -10276841 or 1519715. OLE color: 1519715.

HSL color Cylindrical-coordinate representation of color #633017: hue angle of 19.74º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #633017 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB994823-
CMYK00.520.770.61
HSL19.74º62.3%23.92%-
HSV(B)19.74º76.77%38.82%-
XYZ6.364.831.41-
YUV60.4106.9155.53-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 23 (9.38% from 255) = 13.53%
R=58.24%
G=28.24%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99482300.520.770.6119.7462.323.92
Hex6330170344D3D143e18
Octal143602706411575247630
Binary110001111000010111011010010011011111011010011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633017; }

 p { color: rgb(99,48,23); }

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

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

 a { background-color: rgb(99,48,23); }

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

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

 span { border-color: rgb(99,48,23); }

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