#632D2F

Color #632D2F Jazz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazz #632D2F

Tints of Jazz #632D2F

Color information

#632D2F (or 0x632D2F) is unknown color: approx Jazz. HEX triplet: 63, 2D and 2F. RGB value is (99,45,47). Sum of RGB (Red+Green+Blue) = 99+45+47=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 45 (17.97% from 255 or 23.56% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #632D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632D2F is #9CD2D0. Grayscale: #3D3D3D. Windows color (decimal): -10277585 or 3091811. OLE color: 3091811.

HSL color Cylindrical-coordinate representation of color #632D2F: hue angle of 357.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #632D2F is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB994547-
CMYK00.550.530.61
HSL357.78º37.5%28.24%-
HSV(B)357.78º54.55%38.82%-
XYZ6.64.733.26-
YUV61.37119.89154.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.83%
GREEN value IS 45 (17.97% from 255) = 23.56%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=51.83%
G=23.56%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99454700.550.530.61357.7837.528.24
Hex632D2F037353D166261c
Octal143555706765755464634
Binary1100011101101101111011011111010111110110110011010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632D2F; }

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

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

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

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

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

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

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

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