Html Css Color HEX #463224 Woodburn

📋 copy color: '#463224'

red 70 ◦ green 50 ◦ blue 36

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

Shades of Woodburn #463224

Tints of Woodburn #463224

RGB

 RED value IS 70 (27.73% from 255) = 44.87%

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

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

R = 44.87%
G = 32.05%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#463224 (or 0x463224) is known color: Woodburn. HEX triplet: 46, 32 and 24. RGB value is (70,50,36). Sum of RGB (Red+Green+Blue) = 70+50+36=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463224 is #B9CDDB. Grayscale: #363636. Windows color (decimal): -12176860 or 2372166. OLE color: 2372166.

HSL color Cylindrical-coordinate representation of color #463224: hue angle of 24.71º degrees, saturation: 0.32, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463224 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 50 36 -
CMYK 0 0.29 0.49 0.73
HSL 24.71º 0.32% 0.21% -
HSV(B) 24.71º 0.49% 0.27% -
XYZ 3.98 3.71 2.18 -
YUV 54.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 70 50 36 0 0.29 0.49 0.73 24.71 0.32 0.21
Hex 46 32 24 0 1D 31 49 19 20 15
Octal 106 62 44 0 35 61 111 31 40 25
Binary 1000110 110010 100100 0 11101 110001 1001001 11001 100000 10101

Color Harmonies of #463224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463224

Black with #463224

Text Example


Text Example

White with #463224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463224; }

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

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

background-color css

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

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

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

border-color css

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

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

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