Html Css Color HEX #463325 Woodburn

📋 copy color: '#463325'

red 70 ◦ green 51 ◦ blue 37

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

Shades of Woodburn #463325

Tints of Woodburn #463325

RGB

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

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

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

R = 44.3%
G = 32.28%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#463325 (or 0x463325) is known color: Woodburn. HEX triplet: 46, 33 and 25. RGB value is (70,51,37). Sum of RGB (Red+Green+Blue) = 70+51+37=158 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.30% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 70 - color contains mainly: red. Hex color #463325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463325 is #B9CCDA. Grayscale: #373737. Windows color (decimal): -12176603 or 2437958. OLE color: 2437958.

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

Color convert

RGB 70 51 37 -
CMYK 0 0.27 0.47 0.73
HSL 25.45º 0.31% 0.21% -
HSV(B) 25.45º 0.47% 0.27% -
XYZ 4.04 3.8 2.27 -
YUV 55.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 70 51 37 0 0.27 0.47 0.73 25.45 0.31 0.21
Hex 46 33 25 0 1B 2F 49 19 1F 15
Octal 106 63 45 0 33 57 111 31 37 25
Binary 1000110 110011 100101 0 11011 101111 1001001 11001 11111 10101

Color Harmonies of #463325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463325

Black with #463325

Text Example


Text Example

White with #463325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463325; }

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

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

background-color css

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

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

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

border-color css

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

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

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