#413835

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

Shades of Rebel #413835

Tints of Rebel #413835

Color information

#413835 (or 0x413835) is unknown color: approx Rebel. HEX triplet: 41, 38 and 35. RGB value is (65,56,53). Sum of RGB (Red+Green+Blue) = 65+56+53=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 56 (22.27% from 255 or 32.18% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 65 - color contains mainly: red. Hex color #413835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413835 is #BEC7CA. Grayscale: #3A3A3A. Windows color (decimal): -12502987 or 3487809. OLE color: 3487809.

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

Color convert

RGB655653-
CMYK00.140.180.75
HSL15º10.17%23.14%-
HSV(B)15º18.46%25.49%-
XYZ4.244.213.96-
YUV58.35124.98132.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.36%
GREEN value IS 56 (22.27% from 255) = 32.18%
BLUE value IS 53 (21.09% from 255) = 30.46%
R=37.36%
G=32.18%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65565300.140.180.751510.1723.14
Hex4138350E124Bfa17
Octal101706501622113171227
Binary1000001111000110101011101001010010111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413835; }

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

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

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

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

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

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

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

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