Html Css Color HEX #493229 Rebel

📋 copy color: '#493229'

red 73 ◦ green 50 ◦ blue 41

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

Shades of Rebel #493229

Tints of Rebel #493229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 41 (16.41% from 255) = 25%

R = 44.51%
G = 30.49%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#493229 (or 0x493229) is known color: Rebel. HEX triplet: 49, 32 and 29. RGB value is (73,50,41). Sum of RGB (Red+Green+Blue) = 73+50+41=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493229 is #B6CDD6. Grayscale: #373737. Windows color (decimal): -11980247 or 2699849. OLE color: 2699849.

HSL color Cylindrical-coordinate representation of color #493229: hue angle of 16.88º degrees, saturation: 0.28, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #493229 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 50 41 -
CMYK 0 0.32 0.44 0.71
HSL 16.88º 0.28% 0.22% -
HSV(B) 16.88º 0.44% 0.29% -
XYZ 4.29 3.86 2.62 -
YUV 55.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 73 50 41 0 0.32 0.44 0.71 16.88 0.28 0.22
Hex 49 32 29 0 20 2C 47 11 1C 16
Octal 111 62 51 0 40 54 107 21 34 26
Binary 1001001 110010 101001 0 100000 101100 1000111 10001 11100 10110

Color Harmonies of #493229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493229

Black with #493229

Text Example


Text Example

White with #493229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493229; }

 p { color: rgb(73,50,41); }

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

background-color css

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

 a { background-color: rgb(73,50,41); }

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

border-color css

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

 span { border-color: rgb(73,50,41); }

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