Html Css Color HEX #493A2A Woodburn

📋 copy color: '#493A2A'

red 73 ◦ green 58 ◦ blue 42

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

Shades of Woodburn #493A2A

Tints of Woodburn #493A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.28%

R = 42.2%
G = 33.53%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#493A2A (or 0x493A2A) is known color: Woodburn. HEX triplet: 49, 3A and 2A. RGB value is (73,58,42). Sum of RGB (Red+Green+Blue) = 73+58+42=173 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.20% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 73 - color contains mainly: red. Hex color #493A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A2A is #B6C5D5. Grayscale: #3C3C3C. Windows color (decimal): -11978198 or 2767433. OLE color: 2767433.

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

Color convert

RGB 73 58 42 -
CMYK 0 0.21 0.42 0.71
HSL 30.97º 0.27% 0.23% -
HSV(B) 30.97º 0.42% 0.29% -
XYZ 4.68 4.61 2.83 -
YUV 60.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 73 58 42 0 0.21 0.42 0.71 30.97 0.27 0.23
Hex 49 3A 2A 0 15 2A 47 1F 1B 17
Octal 111 72 52 0 25 52 107 37 33 27
Binary 1001001 111010 101010 0 10101 101010 1000111 11111 11011 10111

Color Harmonies of #493A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A2A

Black with #493A2A

Text Example


Text Example

White with #493A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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