#63481E

Color #63481E Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #63481E

Tints of Dark Brown #63481E

Color information

#63481E (or 0x63481E) is unknown color: approx Dark Brown. HEX triplet: 63, 48 and 1E. RGB value is (99,72,30). Sum of RGB (Red+Green+Blue) = 99+72+30=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 30 (12.11% from 255 or 14.93% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #63481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63481E is #9CB7E1. Grayscale: #4B4B4B. Windows color (decimal): -10270690 or 1984611. OLE color: 1984611.

HSL color Cylindrical-coordinate representation of color #63481E: hue angle of 36.52º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63481E is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB997230-
CMYK00.270.700.61
HSL36.52º53.49%25.29%-
HSV(B)36.52º69.7%38.82%-
XYZ7.77.382.25-
YUV75.28102.45144.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 72 (28.52% from 255) = 35.82%
BLUE value IS 30 (12.11% from 255) = 14.93%
R=49.25%
G=35.82%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99723000.270.700.6136.5253.4925.29
Hex63481E01B463D253519
Octal1431103603310675456531
Binary1100011100100011110011011100011011110110010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63481E; }

 p { color: rgb(99,72,30); }

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

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

 a { background-color: rgb(99,72,30); }

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

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

 span { border-color: rgb(99,72,30); }

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