Html Css Color HEX #463525 Woodburn

📋 copy color: '#463525'

red 70 ◦ green 53 ◦ blue 37

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

Shades of Woodburn #463525

Tints of Woodburn #463525

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.13%

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

R = 43.75%
G = 33.13%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#463525 (or 0x463525) is known color: Woodburn. HEX triplet: 46, 35 and 25. RGB value is (70,53,37). Sum of RGB (Red+Green+Blue) = 70+53+37=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 53 (21.09% from 255 or 33.12% from 160); Blue value is 37 (14.84% from 255 or 23.12% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463525 is #B9CADA. Grayscale: #383838. Windows color (decimal): -12176091 or 2438470. OLE color: 2438470.

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

Color convert

RGB 70 53 37 -
CMYK 0 0.24 0.47 0.73
HSL 29.09º 0.31% 0.21% -
HSV(B) 29.09º 0.47% 0.27% -
XYZ 4.13 3.98 2.3 -
YUV 56.26 117.13 137.8 -
System Red Green Blue C M Y K H S L
Decimal 70 53 37 0 0.24 0.47 0.73 29.09 0.31 0.21
Hex 46 35 25 0 18 2F 49 1D 1F 15
Octal 106 65 45 0 30 57 111 35 37 25
Binary 1000110 110101 100101 0 11000 101111 1001001 11101 11111 10101

Color Harmonies of #463525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463525

Black with #463525

Text Example


Text Example

White with #463525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463525; }

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

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

background-color css

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

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

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

border-color css

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

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

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