Html Css Color HEX #473425 Woodburn

📋 copy color: '#473425'

red 71 ◦ green 52 ◦ blue 37

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

Shades of Woodburn #473425

Tints of Woodburn #473425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.5%

 BLUE value IS 37 (14.84% from 255) = 23.13%

R = 44.38%
G = 32.5%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.72

RGB Variations

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

Color information

#473425 (or 0x473425) is known color: Woodburn. HEX triplet: 47, 34 and 25. RGB value is (71,52,37). Sum of RGB (Red+Green+Blue) = 71+52+37=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 71 - color contains mainly: red. Hex color #473425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473425 is #B8CBDA. Grayscale: #383838. Windows color (decimal): -12110811 or 2438215. OLE color: 2438215.

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

Color convert

RGB 71 52 37 -
CMYK 0 0.27 0.48 0.72
HSL 26.47º 0.31% 0.21% -
HSV(B) 26.47º 0.48% 0.28% -
XYZ 4.16 3.93 2.29 -
YUV 55.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 71 52 37 0 0.27 0.48 0.72 26.47 0.31 0.21
Hex 47 34 25 0 1B 30 48 1A 1F 15
Octal 107 64 45 0 33 60 110 32 37 25
Binary 1000111 110100 100101 0 11011 110000 1001000 11010 11111 10101

Color Harmonies of #473425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473425

Black with #473425

Text Example


Text Example

White with #473425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473425; }

 p { color: rgb(71,52,37); }

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

background-color css

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

 a { background-color: rgb(71,52,37); }

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

border-color css

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

 span { border-color: rgb(71,52,37); }

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