#633A2F

Color #633A2F Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #633A2F

Tints of Cioccolato #633A2F

Color information

#633A2F (or 0x633A2F) is unknown color: approx Cioccolato. HEX triplet: 63, 3A and 2F. RGB value is (99,58,47). Sum of RGB (Red+Green+Blue) = 99+58+47=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #633A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633A2F is #9CC5D0. Grayscale: #454545. Windows color (decimal): -10274257 or 3095139. OLE color: 3095139.

HSL color Cylindrical-coordinate representation of color #633A2F: hue angle of 12.69º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #633A2F is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB995847-
CMYK00.410.530.61
HSL12.69º35.62%28.63%-
HSV(B)12.69º52.53%38.82%-
XYZ7.175.883.45-
YUV69115.58149.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.53%
GREEN value IS 58 (23.05% from 255) = 28.43%
BLUE value IS 47 (18.75% from 255) = 23.04%
R=48.53%
G=28.43%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99584700.410.530.6112.6935.6228.63
Hex633A2F029353Dd241d
Octal14372570516575154435
Binary11000111110101011110101001110101111101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633A2F; }

 p { color: rgb(99,58,47); }

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

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

 a { background-color: rgb(99,58,47); }

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

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

 span { border-color: rgb(99,58,47); }

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