Html Css Color HEX #413836 Rebel

📋 copy color: '#413836'

red 65 ◦ green 56 ◦ blue 54

#413836
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rebel #413836

Tints of Rebel #413836

RGB

 RED value IS 65 (25.78% from 255) = 37.14%

 GREEN value IS 56 (22.27% from 255) = 32%

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 37.14%
G = 32%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#413836 (or 0x413836) is known color: Rebel. HEX triplet: 41, 38 and 36. RGB value is (65,56,54). Sum of RGB (Red+Green+Blue) = 65+56+54=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 65 - color contains mainly: red. Hex color #413836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413836 is #BEC7C9. Grayscale: #3A3A3A. Windows color (decimal): -12502986 or 3553345. OLE color: 3553345.

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

Color convert

RGB 65 56 54 -
CMYK 0 0.14 0.17 0.75
HSL 10.91º 0.09% 0.23% -
HSV(B) 10.91º 0.17% 0.25% -
XYZ 4.26 4.22 4.08 -
YUV 58.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 65 56 54 0 0.14 0.17 0.75 10.91 0.09 0.23
Hex 41 38 36 0 E 11 4B B 9 17
Octal 101 70 66 0 16 21 113 13 11 27
Binary 1000001 111000 110110 0 1110 10001 1001011 1011 1001 10111

Color Harmonies of #413836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413836

Black with #413836

Text Example


Text Example

White with #413836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413836; }

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

 H1.HeaderClassName
 {
   color: #413836;
 }
 .AnyTagClassName
 {
   color: #413836;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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