#403735

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

Shades of Rebel #403735

Tints of Rebel #403735

Color information

#403735 (or 0x403735) is unknown color: approx Rebel. HEX triplet: 40, 37 and 35. RGB value is (64,55,53). Sum of RGB (Red+Green+Blue) = 64+55+53=172 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.21% from 172); Green value is 55 (21.88% from 255 or 31.98% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 64 - color contains mainly: red. Hex color #403735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403735 is #BFC8CA. Grayscale: #393939. Windows color (decimal): -12568779 or 3487552. OLE color: 3487552.

HSL color Cylindrical-coordinate representation of color #403735: hue angle of 10.91º 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 #403735 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB645553-
CMYK00.140.170.75
HSL10.91º9.4%22.94%-
HSV(B)10.91º17.19%25.1%-
XYZ4.124.083.94-
YUV57.46125.48132.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.21%
GREEN value IS 55 (21.88% from 255) = 31.98%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=37.21%
G=31.98%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64555300.140.170.7510.919.422.94
Hex4037350E114Bb917
Octal100676501621113131127
Binary1000000110111110101011101000110010111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403735; }

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

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

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

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

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

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

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

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