#633317

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

Shades of Baker's Chocolate #633317

Tints of Baker's Chocolate #633317

Color information

#633317 (or 0x633317) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 33 and 17. RGB value is (99,51,23). Sum of RGB (Red+Green+Blue) = 99+51+23=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #633317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633317 is #9CCCE8. Grayscale: #3E3E3E. Windows color (decimal): -10276073 or 1520483. OLE color: 1520483.

HSL color Cylindrical-coordinate representation of color #633317: hue angle of 22.11º 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 #633317 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB995123-
CMYK00.480.770.61
HSL22.11º62.3%23.92%-
HSV(B)22.11º76.77%38.82%-
XYZ6.485.081.45-
YUV62.16105.9154.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 51 (20.31% from 255) = 29.48%
BLUE value IS 23 (9.38% from 255) = 13.29%
R=57.23%
G=29.48%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99512300.480.770.6122.1162.323.92
Hex6333170304D3D163e18
Octal143632706011575267630
Binary110001111001110111011000010011011111011011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633317; }

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

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

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

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

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

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

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

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