Html Css Color HEX #473322 Woodburn

📋 copy color: '#473322'

red 71 ◦ green 51 ◦ blue 34

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

Shades of Woodburn #473322

Tints of Woodburn #473322

RGB

 RED value IS 71 (28.13% from 255) = 45.51%

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

 BLUE value IS 34 (13.67% from 255) = 21.79%

R = 45.51%
G = 32.69%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.72

RGB Variations

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

Color information

#473322 (or 0x473322) is known color: Woodburn. HEX triplet: 47, 33 and 22. RGB value is (71,51,34). Sum of RGB (Red+Green+Blue) = 71+51+34=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #473322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473322 is #B8CCDD. Grayscale: #373737. Windows color (decimal): -12111070 or 2241351. OLE color: 2241351.

HSL color Cylindrical-coordinate representation of color #473322: hue angle of 27.57º degrees, saturation: 0.35, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #473322 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 51 34 -
CMYK 0 0.28 0.52 0.72
HSL 27.57º 0.35% 0.21% -
HSV(B) 27.57º 0.52% 0.28% -
XYZ 4.07 3.82 2.04 -
YUV 55.04 116.13 139.38 -
System Red Green Blue C M Y K H S L
Decimal 71 51 34 0 0.28 0.52 0.72 27.57 0.35 0.21
Hex 47 33 22 0 1C 34 48 1C 23 15
Octal 107 63 42 0 34 64 110 34 43 25
Binary 1000111 110011 100010 0 11100 110100 1001000 11100 100011 10101

Color Harmonies of #473322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473322

Black with #473322

Text Example


Text Example

White with #473322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473322; }

 p { color: rgb(71,51,34); }

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

background-color css

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

 a { background-color: rgb(71,51,34); }

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

border-color css

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

 span { border-color: rgb(71,51,34); }

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