Html Css Color HEX #473224 Woodburn

📋 copy color: '#473224'

red 71 ◦ green 50 ◦ blue 36

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

Shades of Woodburn #473224

Tints of Woodburn #473224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 31.85%

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

R = 45.22%
G = 31.85%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#473224 (or 0x473224) is known color: Woodburn. HEX triplet: 47, 32 and 24. RGB value is (71,50,36). Sum of RGB (Red+Green+Blue) = 71+50+36=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #473224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473224 is #B8CDDB. Grayscale: #363636. Windows color (decimal): -12111324 or 2372167. OLE color: 2372167.

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

Color convert

RGB 71 50 36 -
CMYK 0 0.30 0.49 0.72
HSL 24º 0.33% 0.21% -
HSV(B) 24º 0.49% 0.28% -
XYZ 4.06 3.75 2.18 -
YUV 54.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 71 50 36 0 0.30 0.49 0.72 24 0.33 0.21
Hex 47 32 24 0 1E 31 48 18 21 15
Octal 107 62 44 0 36 61 110 30 41 25
Binary 1000111 110010 100100 0 11110 110001 1001000 11000 100001 10101

Color Harmonies of #473224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473224

Black with #473224

Text Example


Text Example

White with #473224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473224; }

 p { color: rgb(71,50,36); }

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

background-color css

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

 a { background-color: rgb(71,50,36); }

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

border-color css

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

 span { border-color: rgb(71,50,36); }

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