Html Css Color HEX #493324 Woodburn

📋 copy color: '#493324'

red 73 ◦ green 51 ◦ blue 36

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

Shades of Woodburn #493324

Tints of Woodburn #493324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.88%

 BLUE value IS 36 (14.45% from 255) = 22.5%

R = 45.63%
G = 31.88%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.71

RGB Variations

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

Color information

#493324 (or 0x493324) is known color: Woodburn. HEX triplet: 49, 33 and 24. RGB value is (73,51,36). Sum of RGB (Red+Green+Blue) = 73+51+36=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 51 (20.31% from 255 or 31.88% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #493324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493324 is #B6CCDB. Grayscale: #373737. Windows color (decimal): -11979996 or 2372425. OLE color: 2372425.

HSL color Cylindrical-coordinate representation of color #493324: hue angle of 24.32º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #493324 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 51 36 -
CMYK 0 0.30 0.51 0.71
HSL 24.32º 0.34% 0.21% -
HSV(B) 24.32º 0.51% 0.29% -
XYZ 4.25 3.91 2.2 -
YUV 55.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 73 51 36 0 0.30 0.51 0.71 24.32 0.34 0.21
Hex 49 33 24 0 1E 33 47 18 22 15
Octal 111 63 44 0 36 63 107 30 42 25
Binary 1001001 110011 100100 0 11110 110011 1000111 11000 100010 10101

Color Harmonies of #493324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493324

Black with #493324

Text Example


Text Example

White with #493324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493324; }

 p { color: rgb(73,51,36); }

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

background-color css

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

 a { background-color: rgb(73,51,36); }

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

border-color css

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

 span { border-color: rgb(73,51,36); }

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