#473630

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

Shades of Rebel #473630

Tints of Rebel #473630

Color information

#473630 (or 0x473630) is unknown color: approx Rebel. HEX triplet: 47, 36 and 30. RGB value is (71,54,48). Sum of RGB (Red+Green+Blue) = 71+54+48=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 54 (21.48% from 255 or 31.21% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #473630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473630 is #B8C9CF. Grayscale: #3A3A3A. Windows color (decimal): -12110288 or 3159623. OLE color: 3159623.

HSL color Cylindrical-coordinate representation of color #473630: hue angle of 15.65º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473630 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB715448-
CMYK00.240.320.72
HSL15.65º19.33%23.33%-
HSV(B)15.65º32.39%27.84%-
XYZ4.454.193.37-
YUV58.4122.13136.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 41.04%
GREEN value IS 54 (21.48% from 255) = 31.21%
BLUE value IS 48 (19.14% from 255) = 27.75%
R=41.04%
G=31.21%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71544800.240.320.7215.6519.3323.33
Hex4736300182048101317
Octal107666003040110202327
Binary10001111101101100000110001000001001000100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #473630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #473630; }

 p { color: rgb(71,54,48); }

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

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

 a { background-color: rgb(71,54,48); }

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

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

 span { border-color: rgb(71,54,48); }

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