Html Css Color HEX #493A2B Woodburn

📋 copy color: '#493A2B'

red 73 ◦ green 58 ◦ blue 43

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

Shades of Woodburn #493A2B

Tints of Woodburn #493A2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.71%

R = 41.95%
G = 33.33%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#493A2B (or 0x493A2B) is known color: Woodburn. HEX triplet: 49, 3A and 2B. RGB value is (73,58,43). Sum of RGB (Red+Green+Blue) = 73+58+43=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 58 (23.05% from 255 or 33.33% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 73 - color contains mainly: red. Hex color #493A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A2B is #B6C5D4. Grayscale: #3C3C3C. Windows color (decimal): -11978197 or 2832969. OLE color: 2832969.

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

Color convert

RGB 73 58 43 -
CMYK 0 0.21 0.41 0.71
HSL 30º 0.26% 0.23% -
HSV(B) 30º 0.41% 0.29% -
XYZ 4.7 4.62 2.93 -
YUV 60.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 73 58 43 0 0.21 0.41 0.71 30 0.26 0.23
Hex 49 3A 2B 0 15 29 47 1E 1A 17
Octal 111 72 53 0 25 51 107 36 32 27
Binary 1001001 111010 101011 0 10101 101001 1000111 11110 11010 10111

Color Harmonies of #493A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493A2B

Black with #493A2B

Text Example


Text Example

White with #493A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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