Html Css Color HEX #463223 Woodburn

📋 copy color: '#463223'

red 70 ◦ green 50 ◦ blue 35

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

Shades of Woodburn #463223

Tints of Woodburn #463223

RGB

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

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

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

R = 45.16%
G = 32.26%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#463223 (or 0x463223) is known color: Woodburn. HEX triplet: 46, 32 and 23. RGB value is (70,50,35). Sum of RGB (Red+Green+Blue) = 70+50+35=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 35 (14.06% from 255 or 22.58% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #463223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463223 is #B9CDDC. Grayscale: #363636. Windows color (decimal): -12176861 or 2306630. OLE color: 2306630.

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

Color convert

RGB 70 50 35 -
CMYK 0 0.29 0.5 0.73
HSL 25.71º 0.33% 0.21% -
HSV(B) 25.71º 0.5% 0.27% -
XYZ 3.97 3.7 2.1 -
YUV 54.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 70 50 35 0 0.29 0.5 0.73 25.71 0.33 0.21
Hex 46 32 23 0 1D 32 49 1A 21 15
Octal 106 62 43 0 35 62 111 32 41 25
Binary 1000110 110010 100011 0 11101 110010 1001001 11010 100001 10101

Color Harmonies of #463223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463223

Black with #463223

Text Example


Text Example

White with #463223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463223; }

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

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

background-color css

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

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

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

border-color css

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

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

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