Html Css Color HEX #463324 Woodburn

📋 copy color: '#463324'

red 70 ◦ green 51 ◦ blue 36

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

Shades of Woodburn #463324

Tints of Woodburn #463324

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.48%

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

R = 44.59%
G = 32.48%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#463324 (or 0x463324) is known color: Woodburn. HEX triplet: 46, 33 and 24. RGB value is (70,51,36). Sum of RGB (Red+Green+Blue) = 70+51+36=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463324 is #B9CCDB. Grayscale: #373737. Windows color (decimal): -12176604 or 2372422. OLE color: 2372422.

HSL color Cylindrical-coordinate representation of color #463324: hue angle of 26.47º 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 #463324 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 51 36 -
CMYK 0 0.27 0.49 0.73
HSL 26.47º 0.32% 0.21% -
HSV(B) 26.47º 0.49% 0.27% -
XYZ 4.03 3.8 2.19 -
YUV 54.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 70 51 36 0 0.27 0.49 0.73 26.47 0.32 0.21
Hex 46 33 24 0 1B 31 49 1A 20 15
Octal 106 63 44 0 33 61 111 32 40 25
Binary 1000110 110011 100100 0 11011 110001 1001001 11010 100000 10101

Color Harmonies of #463324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463324

Black with #463324

Text Example


Text Example

White with #463324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463324; }

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

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

background-color css

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

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

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

border-color css

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

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

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