Html Css Color HEX #463425 Woodburn

📋 copy color: '#463425'

red 70 ◦ green 52 ◦ blue 37

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

Shades of Woodburn #463425

Tints of Woodburn #463425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.7%

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

R = 44.03%
G = 32.7%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#463425 (or 0x463425) is known color: Woodburn. HEX triplet: 46, 34 and 25. RGB value is (70,52,37). Sum of RGB (Red+Green+Blue) = 70+52+37=159 (21% of max value = 765). Red value is 70 (27.73% from 255 or 44.03% from 159); Green value is 52 (20.70% from 255 or 32.70% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 70 - color contains mainly: red. Hex color #463425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463425 is #B9CBDA. Grayscale: #373737. Windows color (decimal): -12176347 or 2438214. OLE color: 2438214.

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

Color convert

RGB 70 52 37 -
CMYK 0 0.26 0.47 0.73
HSL 27.27º 0.31% 0.21% -
HSV(B) 27.27º 0.47% 0.27% -
XYZ 4.09 3.89 2.29 -
YUV 55.67 117.46 138.22 -
System Red Green Blue C M Y K H S L
Decimal 70 52 37 0 0.26 0.47 0.73 27.27 0.31 0.21
Hex 46 34 25 0 1A 2F 49 1B 1F 15
Octal 106 64 45 0 32 57 111 33 37 25
Binary 1000110 110100 100101 0 11010 101111 1001001 11011 11111 10101

Color Harmonies of #463425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463425

Black with #463425

Text Example


Text Example

White with #463425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463425; }

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

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

background-color css

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

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

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

border-color css

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

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

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