Html Css Color HEX #493526 Woodburn

📋 copy color: '#493526'

red 73 ◦ green 53 ◦ blue 38

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

Shades of Woodburn #493526

Tints of Woodburn #493526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.32%

 BLUE value IS 38 (15.23% from 255) = 23.17%

R = 44.51%
G = 32.32%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#493526 (or 0x493526) is known color: Woodburn. HEX triplet: 49, 35 and 26. RGB value is (73,53,38). Sum of RGB (Red+Green+Blue) = 73+53+38=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #493526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493526 is #B6CAD9. Grayscale: #393939. Windows color (decimal): -11979482 or 2504009. OLE color: 2504009.

HSL color Cylindrical-coordinate representation of color #493526: hue angle of 25.71º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #493526 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 53 38 -
CMYK 0 0.27 0.48 0.71
HSL 25.71º 0.32% 0.22% -
HSV(B) 25.71º 0.48% 0.29% -
XYZ 4.37 4.1 2.4 -
YUV 57.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 73 53 38 0 0.27 0.48 0.71 25.71 0.32 0.22
Hex 49 35 26 0 1B 30 47 1A 20 16
Octal 111 65 46 0 33 60 107 32 40 26
Binary 1001001 110101 100110 0 11011 110000 1000111 11010 100000 10110

Color Harmonies of #493526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493526

Black with #493526

Text Example


Text Example

White with #493526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493526; }

 p { color: rgb(73,53,38); }

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

background-color css

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

 a { background-color: rgb(73,53,38); }

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

border-color css

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

 span { border-color: rgb(73,53,38); }

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