Html Css Color HEX #463222 Woodburn

📋 copy color: '#463222'

red 70 ◦ green 50 ◦ blue 34

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

Shades of Woodburn #463222

Tints of Woodburn #463222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.08%

R = 45.45%
G = 32.47%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.73

RGB Variations

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

Color information

#463222 (or 0x463222) is known color: Woodburn. HEX triplet: 46, 32 and 22. RGB value is (70,50,34). Sum of RGB (Red+Green+Blue) = 70+50+34=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #463222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463222 is #B9CDDD. Grayscale: #363636. Windows color (decimal): -12176862 or 2241094. OLE color: 2241094.

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

Color convert

RGB 70 50 34 -
CMYK 0 0.29 0.51 0.73
HSL 26.67º 0.35% 0.2% -
HSV(B) 26.67º 0.51% 0.27% -
XYZ 3.96 3.7 2.02 -
YUV 54.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 70 50 34 0 0.29 0.51 0.73 26.67 0.35 0.2
Hex 46 32 22 0 1D 33 49 1B 23 14
Octal 106 62 42 0 35 63 111 33 43 24
Binary 1000110 110010 100010 0 11101 110011 1001001 11011 100011 10100

Color Harmonies of #463222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463222

Black with #463222

Text Example


Text Example

White with #463222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463222; }

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

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

background-color css

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

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

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

border-color css

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

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

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