Html Css Color HEX #473427 Woodburn

📋 copy color: '#473427'

red 71 ◦ green 52 ◦ blue 39

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

Shades of Woodburn #473427

Tints of Woodburn #473427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.07%

R = 43.83%
G = 32.1%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.72

RGB Variations

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

Color information

#473427 (or 0x473427) is known color: Woodburn. HEX triplet: 47, 34 and 27. RGB value is (71,52,39). Sum of RGB (Red+Green+Blue) = 71+52+39=162 (21% of max value = 765). Red value is 71 (28.12% from 255 or 43.83% from 162); Green value is 52 (20.70% from 255 or 32.10% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 71 - color contains mainly: red. Hex color #473427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473427 is #B8CBD8. Grayscale: #383838. Windows color (decimal): -12110809 or 2569287. OLE color: 2569287.

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

Color convert

RGB 71 52 39 -
CMYK 0 0.27 0.45 0.72
HSL 24.38º 0.29% 0.22% -
HSV(B) 24.38º 0.45% 0.28% -
XYZ 4.19 3.94 2.46 -
YUV 56.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 71 52 39 0 0.27 0.45 0.72 24.38 0.29 0.22
Hex 47 34 27 0 1B 2D 48 18 1D 16
Octal 107 64 47 0 33 55 110 30 35 26
Binary 1000111 110100 100111 0 11011 101101 1001000 11000 11101 10110

Color Harmonies of #473427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473427

Black with #473427

Text Example


Text Example

White with #473427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473427; }

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

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

background-color css

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

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

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

border-color css

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

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

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