Html Css Color HEX #463528 Woodburn

📋 copy color: '#463528'

red 70 ◦ green 53 ◦ blue 40

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

Shades of Woodburn #463528

Tints of Woodburn #463528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.54%

R = 42.94%
G = 32.52%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#463528 (or 0x463528) is known color: Woodburn. HEX triplet: 46, 35 and 28. RGB value is (70,53,40). Sum of RGB (Red+Green+Blue) = 70+53+40=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 40 (16.02% from 255 or 24.54% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #463528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463528 is #B9CAD7. Grayscale: #383838. Windows color (decimal): -12176088 or 2635078. OLE color: 2635078.

HSL color Cylindrical-coordinate representation of color #463528: hue angle of 26º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #463528 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 53 40 -
CMYK 0 0.24 0.43 0.73
HSL 26º 0.27% 0.22% -
HSV(B) 26º 0.43% 0.27% -
XYZ 4.18 4 2.56 -
YUV 56.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 70 53 40 0 0.24 0.43 0.73 26 0.27 0.22
Hex 46 35 28 0 18 2B 49 1A 1B 16
Octal 106 65 50 0 30 53 111 32 33 26
Binary 1000110 110101 101000 0 11000 101011 1001001 11010 11011 10110

Color Harmonies of #463528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463528

Black with #463528

Text Example


Text Example

White with #463528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463528; }

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

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

background-color css

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

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

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

border-color css

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

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

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