Html Css Color HEX #493929 Woodburn

📋 copy color: '#493929'

red 73 ◦ green 57 ◦ blue 41

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

Shades of Woodburn #493929

Tints of Woodburn #493929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.33%

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

R = 42.69%
G = 33.33%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.44

 K value IS 0.71

RGB Variations

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

Color information

#493929 (or 0x493929) is known color: Woodburn. HEX triplet: 49, 39 and 29. RGB value is (73,57,41). Sum of RGB (Red+Green+Blue) = 73+57+41=171 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.69% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 41 (16.41% from 255 or 23.98% from 171); Max value from RGB is 73 - color contains mainly: red. Hex color #493929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493929 is #B6C6D6. Grayscale: #3C3C3C. Windows color (decimal): -11978455 or 2701641. OLE color: 2701641.

HSL color Cylindrical-coordinate representation of color #493929: hue angle of 30º 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 #493929 is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 57 41 -
CMYK 0 0.22 0.44 0.71
HSL 30º 0.28% 0.22% -
HSV(B) 30º 0.44% 0.29% -
XYZ 4.61 4.5 2.72 -
YUV 59.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 73 57 41 0 0.22 0.44 0.71 30 0.28 0.22
Hex 49 39 29 0 16 2C 47 1E 1C 16
Octal 111 71 51 0 26 54 107 36 34 26
Binary 1001001 111001 101001 0 10110 101100 1000111 11110 11100 10110

Color Harmonies of #493929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493929

Black with #493929

Text Example


Text Example

White with #493929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493929; }

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

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

background-color css

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

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

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

border-color css

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

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

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