Html Css Color HEX #413835 Rebel

📋 copy color: '#413835'

red 65 ◦ green 56 ◦ blue 53

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

Shades of Rebel #413835

Tints of Rebel #413835

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 value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#413835 (or 0x413835) is known color: 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

RGB 65 56 53 -
CMYK 0 0.14 0.18 0.75
HSL 15º 0.1% 0.23% -
HSV(B) 15º 0.18% 0.25% -
XYZ 4.24 4.21 3.96 -
YUV 58.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 65 56 53 0 0.14 0.18 0.75 15 0.1 0.23
Hex 41 38 35 0 E 12 4B F A 17
Octal 101 70 65 0 16 22 113 17 12 27
Binary 1000001 111000 110101 0 1110 10010 1001011 1111 1010 10111

Color Harmonies of #413835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413835

Black with #413835

Text Example


Text Example

White with #413835

Text Example


Text Example

HTML Codes & Css Web 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>