#403A38

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

Shades of Rebel #403A38

Tints of Rebel #403A38

Color information

#403A38 (or 0x403A38) is unknown color: approx Rebel. HEX triplet: 40, 3A and 38. RGB value is (64,58,56). Sum of RGB (Red+Green+Blue) = 64+58+56=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 64 - color contains mainly: red. Hex color #403A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A38 is #BFC5C7. Grayscale: #3B3B3B. Windows color (decimal): -12568008 or 3684928. OLE color: 3684928.

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

Color convert

RGB645856-
CMYK00.090.130.75
HSL15º6.67%23.53%-
HSV(B)15º12.5%25.1%-
XYZ4.344.44.36-
YUV59.57125.99131.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 58 (23.05% from 255) = 32.58%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=35.96%
G=32.58%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64585600.090.130.75156.6723.53
Hex403A3809D4Bf718
Octal10072700111511317730
Binary10000001110101110000100111011001011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403A38; }

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

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

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

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

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

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

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

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