Html Css Color HEX #463426 Woodburn

📋 copy color: '#463426'

red 70 ◦ green 52 ◦ blue 38

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

Shades of Woodburn #463426

Tints of Woodburn #463426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 43.75%
G = 32.5%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#463426 (or 0x463426) is known color: Woodburn. HEX triplet: 46, 34 and 26. RGB value is (70,52,38). Sum of RGB (Red+Green+Blue) = 70+52+38=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 70 - color contains mainly: red. Hex color #463426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463426 is #B9CBD9. Grayscale: #373737. Windows color (decimal): -12176346 or 2503750. OLE color: 2503750.

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

Color convert

RGB 70 52 38 -
CMYK 0 0.26 0.46 0.73
HSL 26.25º 0.3% 0.21% -
HSV(B) 26.25º 0.46% 0.27% -
XYZ 4.1 3.9 2.37 -
YUV 55.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 70 52 38 0 0.26 0.46 0.73 26.25 0.3 0.21
Hex 46 34 26 0 1A 2E 49 1A 1E 15
Octal 106 64 46 0 32 56 111 32 36 25
Binary 1000110 110100 100110 0 11010 101110 1001001 11010 11110 10101

Color Harmonies of #463426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463426

Black with #463426

Text Example


Text Example

White with #463426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463426; }

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

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

background-color css

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

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

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

border-color css

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

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

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