Html Css Color HEX #463225 Woodburn

📋 copy color: '#463225'

red 70 ◦ green 50 ◦ blue 37

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

Shades of Woodburn #463225

Tints of Woodburn #463225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 23.57%

R = 44.59%
G = 31.85%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#463225 (or 0x463225) is known color: Woodburn. HEX triplet: 46, 32 and 25. RGB value is (70,50,37). Sum of RGB (Red+Green+Blue) = 70+50+37=157 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.59% from 157); Green value is 50 (19.92% from 255 or 31.85% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 70 - color contains mainly: red. Hex color #463225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463225 is #B9CDDA. Grayscale: #363636. Windows color (decimal): -12176859 or 2437702. OLE color: 2437702.

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

Color convert

RGB 70 50 37 -
CMYK 0 0.29 0.47 0.73
HSL 23.64º 0.31% 0.21% -
HSV(B) 23.64º 0.47% 0.27% -
XYZ 4 3.72 2.26 -
YUV 54.5 118.13 139.06 -
System Red Green Blue C M Y K H S L
Decimal 70 50 37 0 0.29 0.47 0.73 23.64 0.31 0.21
Hex 46 32 25 0 1D 2F 49 18 1F 15
Octal 106 62 45 0 35 57 111 30 37 25
Binary 1000110 110010 100101 0 11101 101111 1001001 11000 11111 10101

Color Harmonies of #463225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463225

Black with #463225

Text Example


Text Example

White with #463225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463225; }

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

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

background-color css

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

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

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

border-color css

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

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

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