Html Css Color HEX #493628 Woodburn

📋 copy color: '#493628'

red 73 ◦ green 54 ◦ blue 40

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

Shades of Woodburn #493628

Tints of Woodburn #493628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.34%

 BLUE value IS 40 (16.02% from 255) = 23.95%

R = 43.71%
G = 32.34%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#493628 (or 0x493628) is known color: Woodburn. HEX triplet: 49, 36 and 28. RGB value is (73,54,40). Sum of RGB (Red+Green+Blue) = 73+54+40=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 73 - color contains mainly: red. Hex color #493628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493628 is #B6C9D7. Grayscale: #3A3A3A. Windows color (decimal): -11979224 or 2635337. OLE color: 2635337.

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

Color convert

RGB 73 54 40 -
CMYK 0 0.26 0.45 0.71
HSL 25.45º 0.29% 0.22% -
HSV(B) 25.45º 0.45% 0.29% -
XYZ 4.45 4.21 2.59 -
YUV 58.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 73 54 40 0 0.26 0.45 0.71 25.45 0.29 0.22
Hex 49 36 28 0 1A 2D 47 19 1D 16
Octal 111 66 50 0 32 55 107 31 35 26
Binary 1001001 110110 101000 0 11010 101101 1000111 11001 11101 10110

Color Harmonies of #493628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493628

Black with #493628

Text Example


Text Example

White with #493628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493628; }

 p { color: rgb(73,54,40); }

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

background-color css

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

 a { background-color: rgb(73,54,40); }

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

border-color css

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

 span { border-color: rgb(73,54,40); }

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