Html Css Color HEX #493A34 Rebel

📋 copy color: '#493A34'

red 73 ◦ green 58 ◦ blue 52

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

Shades of Rebel #493A34

Tints of Rebel #493A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 28.42%

R = 39.89%
G = 31.69%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#493A34 (or 0x493A34) is known color: Rebel. HEX triplet: 49, 3A and 34. RGB value is (73,58,52). Sum of RGB (Red+Green+Blue) = 73+58+52=183 (24% of max value = 765). Red value is 73 (28.91% from 255 or 39.89% from 183); Green value is 58 (23.05% from 255 or 31.69% from 183); Blue value is 52 (20.70% from 255 or 28.42% from 183); Max value from RGB is 73 - color contains mainly: red. Hex color #493A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A34 is #B6C5CB. Grayscale: #3D3D3D. Windows color (decimal): -11978188 or 3422793. OLE color: 3422793.

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

Color convert

RGB 73 58 52 -
CMYK 0 0.21 0.29 0.71
HSL 17.14º 0.17% 0.25% -
HSV(B) 17.14º 0.29% 0.29% -
XYZ 4.88 4.69 3.9 -
YUV 61.8 122.47 135.99 -
System Red Green Blue C M Y K H S L
Decimal 73 58 52 0 0.21 0.29 0.71 17.14 0.17 0.25
Hex 49 3A 34 0 15 1D 47 11 11 19
Octal 111 72 64 0 25 35 107 21 21 31
Binary 1001001 111010 110100 0 10101 11101 1000111 10001 10001 11001

Color Harmonies of #493A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A34

Black with #493A34

Text Example


Text Example

White with #493A34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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