#413A38

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

Shades of Rebel #413A38

Tints of Rebel #413A38

Color information

#413A38 (or 0x413A38) is unknown color: approx Rebel. HEX triplet: 41, 3A and 38. RGB value is (65,58,56). Sum of RGB (Red+Green+Blue) = 65+58+56=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 56 (22.27% from 255 or 31.28% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #413A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A38 is #BEC5C7. Grayscale: #3B3B3B. Windows color (decimal): -12502472 or 3684929. OLE color: 3684929.

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

Color convert

RGB655856-
CMYK00.110.140.75
HSL13.33º7.44%23.73%-
HSV(B)13.33º13.85%25.49%-
XYZ4.414.444.37-
YUV59.86125.82131.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.31%
GREEN value IS 58 (23.05% from 255) = 32.40%
BLUE value IS 56 (22.27% from 255) = 31.28%
R=36.31%
G=32.40%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65585600.110.140.7513.337.4423.73
Hex413A380BE4Bd718
Octal10172700131611315730
Binary10000011110101110000101111101001011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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