Html Css Color HEX #473223 Woodburn

📋 copy color: '#473223'

red 71 ◦ green 50 ◦ blue 35

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

Shades of Woodburn #473223

Tints of Woodburn #473223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.44%

R = 45.51%
G = 32.05%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#473223 (or 0x473223) is known color: Woodburn. HEX triplet: 47, 32 and 23. RGB value is (71,50,35). Sum of RGB (Red+Green+Blue) = 71+50+35=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 35 (14.06% from 255 or 22.44% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #473223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473223 is #B8CDDC. Grayscale: #363636. Windows color (decimal): -12111325 or 2306631. OLE color: 2306631.

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

Color convert

RGB 71 50 35 -
CMYK 0 0.30 0.51 0.72
HSL 25º 0.34% 0.21% -
HSV(B) 25º 0.51% 0.28% -
XYZ 4.04 3.74 2.1 -
YUV 54.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 71 50 35 0 0.30 0.51 0.72 25 0.34 0.21
Hex 47 32 23 0 1E 33 48 19 22 15
Octal 107 62 43 0 36 63 110 31 42 25
Binary 1000111 110010 100011 0 11110 110011 1001000 11001 100010 10101

Color Harmonies of #473223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473223

Black with #473223

Text Example


Text Example

White with #473223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473223; }

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

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

background-color css

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

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

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

border-color css

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

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

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