Html Css Color HEX #493730 Rebel

📋 copy color: '#493730'

red 73 ◦ green 55 ◦ blue 48

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

Shades of Rebel #493730

Tints of Rebel #493730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.25%

 BLUE value IS 48 (19.14% from 255) = 27.27%

R = 41.48%
G = 31.25%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#493730 (or 0x493730) is known color: Rebel. HEX triplet: 49, 37 and 30. RGB value is (73,55,48). Sum of RGB (Red+Green+Blue) = 73+55+48=176 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.48% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 73 - color contains mainly: red. Hex color #493730 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493730 is #B6C8CF. Grayscale: #3B3B3B. Windows color (decimal): -11978960 or 3159881. OLE color: 3159881.

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

Color convert

RGB 73 55 48 -
CMYK 0 0.25 0.34 0.71
HSL 16.8º 0.21% 0.24% -
HSV(B) 16.8º 0.34% 0.29% -
XYZ 4.65 4.36 3.39 -
YUV 59.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 73 55 48 0 0.25 0.34 0.71 16.8 0.21 0.24
Hex 49 37 30 0 19 22 47 11 15 18
Octal 111 67 60 0 31 42 107 21 25 30
Binary 1001001 110111 110000 0 11001 100010 1000111 10001 10101 11000

Color Harmonies of #493730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493730

Black with #493730

Text Example


Text Example

White with #493730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493730; }

 p { color: rgb(73,55,48); }

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

background-color css

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

 a { background-color: rgb(73,55,48); }

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

border-color css

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

 span { border-color: rgb(73,55,48); }

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