Html Css Color HEX #493A35 Rebel

📋 copy color: '#493A35'

red 73 ◦ green 58 ◦ blue 53

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

Shades of Rebel #493A35

Tints of Rebel #493A35

RGB

 RED value IS 73 (28.91% from 255) = 39.67%

 GREEN value IS 58 (23.05% from 255) = 31.52%

 BLUE value IS 53 (21.09% from 255) = 28.8%

R = 39.67%
G = 31.52%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.71

RGB Variations

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

Color information

#493A35 (or 0x493A35) is known color: Rebel. HEX triplet: 49, 3A and 35. RGB value is (73,58,53). Sum of RGB (Red+Green+Blue) = 73+58+53=184 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.67% from 184); Green value is 58 (23.05% from 255 or 31.52% from 184); Blue value is 53 (21.09% from 255 or 28.80% from 184); Max value from RGB is 73 - color contains mainly: red. Hex color #493A35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A35 is #B6C5CA. Grayscale: #3D3D3D. Windows color (decimal): -11978187 or 3488329. OLE color: 3488329.

HSL color Cylindrical-coordinate representation of color #493A35: hue angle of 15º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #493A35 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 58 53 -
CMYK 0 0.21 0.27 0.71
HSL 15º 0.16% 0.25% -
HSV(B) 15º 0.27% 0.29% -
XYZ 4.9 4.7 4.02 -
YUV 61.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 73 58 53 0 0.21 0.27 0.71 15 0.16 0.25
Hex 49 3A 35 0 15 1B 47 F 10 19
Octal 111 72 65 0 25 33 107 17 20 31
Binary 1001001 111010 110101 0 10101 11011 1000111 1111 10000 11001

Color Harmonies of #493A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A35

Black with #493A35

Text Example


Text Example

White with #493A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493A35; }

 p { color: rgb(73,58,53); }

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

background-color css

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

 a { background-color: rgb(73,58,53); }

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

border-color css

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

 span { border-color: rgb(73,58,53); }

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