Html Css Color HEX #473528 Woodburn

📋 copy color: '#473528'

red 71 ◦ green 53 ◦ blue 40

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

Shades of Woodburn #473528

Tints of Woodburn #473528

RGB

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

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

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

R = 43.29%
G = 32.32%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#473528 (or 0x473528) is known color: Woodburn. HEX triplet: 47, 35 and 28. RGB value is (71,53,40). Sum of RGB (Red+Green+Blue) = 71+53+40=164 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.29% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 40 (16.02% from 255 or 24.39% from 164); Max value from RGB is 71 - color contains mainly: red. Hex color #473528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473528 is #B8CAD7. Grayscale: #383838. Windows color (decimal): -12110552 or 2635079. OLE color: 2635079.

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

Color convert

RGB 71 53 40 -
CMYK 0 0.25 0.44 0.72
HSL 25.16º 0.28% 0.22% -
HSV(B) 25.16º 0.44% 0.28% -
XYZ 4.25 4.04 2.56 -
YUV 56.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 71 53 40 0 0.25 0.44 0.72 25.16 0.28 0.22
Hex 47 35 28 0 19 2C 48 19 1C 16
Octal 107 65 50 0 31 54 110 31 34 26
Binary 1000111 110101 101000 0 11001 101100 1001000 11001 11100 10110

Color Harmonies of #473528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473528

Black with #473528

Text Example


Text Example

White with #473528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473528; }

 p { color: rgb(71,53,40); }

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

background-color css

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

 a { background-color: rgb(71,53,40); }

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

border-color css

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

 span { border-color: rgb(71,53,40); }

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