Html Css Color HEX #493626 Woodburn

📋 copy color: '#493626'

red 73 ◦ green 54 ◦ blue 38

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

Shades of Woodburn #493626

Tints of Woodburn #493626

RGB

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

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

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

R = 44.24%
G = 32.73%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#493626 (or 0x493626) is known color: Woodburn. HEX triplet: 49, 36 and 26. RGB value is (73,54,38). Sum of RGB (Red+Green+Blue) = 73+54+38=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 73 - color contains mainly: red. Hex color #493626 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493626 is #B6C9D9. Grayscale: #393939. Windows color (decimal): -11979226 or 2504265. OLE color: 2504265.

HSL color Cylindrical-coordinate representation of color #493626: hue angle of 27.43º 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 #493626 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 54 38 -
CMYK 0 0.26 0.48 0.71
HSL 27.43º 0.32% 0.22% -
HSV(B) 27.43º 0.48% 0.29% -
XYZ 4.42 4.19 2.41 -
YUV 57.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 73 54 38 0 0.26 0.48 0.71 27.43 0.32 0.22
Hex 49 36 26 0 1A 30 47 1B 20 16
Octal 111 66 46 0 32 60 107 33 40 26
Binary 1001001 110110 100110 0 11010 110000 1000111 11011 100000 10110

Color Harmonies of #493626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493626

Black with #493626

Text Example


Text Example

White with #493626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493626; }

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

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

background-color css

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

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

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

border-color css

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

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

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