#413937

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

Shades of Rebel #413937

Tints of Rebel #413937

Color information

#413937 (or 0x413937) is unknown color: approx Rebel. HEX triplet: 41, 39 and 37. RGB value is (65,57,55). Sum of RGB (Red+Green+Blue) = 65+57+55=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #413937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413937 is #BEC6C8. Grayscale: #3B3B3B. Windows color (decimal): -12502729 or 3619137. OLE color: 3619137.

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

Color convert

RGB655755-
CMYK00.120.150.75
HSL12º8.33%23.53%-
HSV(B)12º15.38%25.49%-
XYZ4.334.334.22-
YUV59.16125.65132.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 57 (22.66% from 255) = 32.20%
BLUE value IS 55 (21.88% from 255) = 31.07%
R=36.72%
G=32.20%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65575500.120.150.75128.3323.53
Hex4139370CF4Bc818
Octal101716701417113141030
Binary100000111100111011101100111110010111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413937; }

 p { color: rgb(65,57,55); }

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

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

 a { background-color: rgb(65,57,55); }

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

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

 span { border-color: rgb(65,57,55); }

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