Html Css Color HEX #493A2C Woodburn

📋 copy color: '#493A2C'

red 73 ◦ green 58 ◦ blue 44

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

Shades of Woodburn #493A2C

Tints of Woodburn #493A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.14%

R = 41.71%
G = 33.14%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.71

RGB Variations

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

Color information

#493A2C (or 0x493A2C) is known color: Woodburn. HEX triplet: 49, 3A and 2C. RGB value is (73,58,44). Sum of RGB (Red+Green+Blue) = 73+58+44=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 58 (23.05% from 255 or 33.14% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #493A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A2C is #B6C5D3. Grayscale: #3C3C3C. Windows color (decimal): -11978196 or 2898505. OLE color: 2898505.

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

Color convert

RGB 73 58 44 -
CMYK 0 0.21 0.40 0.71
HSL 28.97º 0.25% 0.23% -
HSV(B) 28.97º 0.4% 0.29% -
XYZ 4.72 4.62 3.03 -
YUV 60.89 118.47 136.64 -
System Red Green Blue C M Y K H S L
Decimal 73 58 44 0 0.21 0.40 0.71 28.97 0.25 0.23
Hex 49 3A 2C 0 15 28 47 1D 19 17
Octal 111 72 54 0 25 50 107 35 31 27
Binary 1001001 111010 101100 0 10101 101000 1000111 11101 11001 10111

Color Harmonies of #493A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A2C

Black with #493A2C

Text Example


Text Example

White with #493A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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