Html Css Color HEX #463728 Woodburn

📋 copy color: '#463728'

red 70 ◦ green 55 ◦ blue 40

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

Shades of Woodburn #463728

Tints of Woodburn #463728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.33%

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

R = 42.42%
G = 33.33%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#463728 (or 0x463728) is known color: Woodburn. HEX triplet: 46, 37 and 28. RGB value is (70,55,40). Sum of RGB (Red+Green+Blue) = 70+55+40=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 70 - color contains mainly: red. Hex color #463728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463728 is #B9C8D7. Grayscale: #393939. Windows color (decimal): -12175576 or 2635590. OLE color: 2635590.

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

Color convert

RGB 70 55 40 -
CMYK 0 0.21 0.43 0.73
HSL 30º 0.27% 0.22% -
HSV(B) 30º 0.43% 0.27% -
XYZ 4.27 4.19 2.59 -
YUV 57.78 117.97 136.72 -
System Red Green Blue C M Y K H S L
Decimal 70 55 40 0 0.21 0.43 0.73 30 0.27 0.22
Hex 46 37 28 0 15 2B 49 1E 1B 16
Octal 106 67 50 0 25 53 111 36 33 26
Binary 1000110 110111 101000 0 10101 101011 1001001 11110 11011 10110

Color Harmonies of #463728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463728

Black with #463728

Text Example


Text Example

White with #463728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463728; }

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

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

background-color css

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

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

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

border-color css

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

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

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