#403835

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

Shades of Rebel #403835

Tints of Rebel #403835

Color information

#403835 (or 0x403835) is unknown color: approx Rebel. HEX triplet: 40, 38 and 35. RGB value is (64,56,53). Sum of RGB (Red+Green+Blue) = 64+56+53=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 53 (21.09% from 255 or 30.64% from 173); Max value from RGB is 64 - color contains mainly: red. Hex color #403835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403835 is #BFC7CA. Grayscale: #3A3A3A. Windows color (decimal): -12568523 or 3487808. OLE color: 3487808.

HSL color Cylindrical-coordinate representation of color #403835: hue angle of 16.36º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #403835 is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB645653-
CMYK00.130.170.75
HSL16.36º9.4%22.94%-
HSV(B)16.36º17.19%25.1%-
XYZ4.174.183.95-
YUV58.05125.15132.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 36.99%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 53 (21.09% from 255) = 30.64%
R=36.99%
G=32.37%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64565300.130.170.7516.369.422.94
Hex4038350D114B10917
Octal100706501521113201127
Binary10000001110001101010110110001100101110000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403835; }

 p { color: rgb(64,56,53); }

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

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

 a { background-color: rgb(64,56,53); }

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

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

 span { border-color: rgb(64,56,53); }

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