Html Css Color HEX #464128 Woodrush

📋 copy color: '#464128'

red 70 ◦ green 65 ◦ blue 40

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

Shades of Woodrush #464128

Tints of Woodrush #464128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.14%

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

R = 40%
G = 37.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#464128 (or 0x464128) is known color: Woodrush. HEX triplet: 46, 41 and 28. RGB value is (70,65,40). Sum of RGB (Red+Green+Blue) = 70+65+40=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 40 (16.02% from 255 or 22.86% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #464128 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464128 is #B9BED7. Grayscale: #3F3F3F. Windows color (decimal): -12173016 or 2638150. OLE color: 2638150.

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

Color convert

RGB 70 65 40 -
CMYK 0 0.07 0.43 0.73
HSL 50º 0.27% 0.22% -
HSV(B) 50º 0.43% 0.27% -
XYZ 4.8 5.24 2.77 -
YUV 63.65 114.66 132.53 -
System Red Green Blue C M Y K H S L
Decimal 70 65 40 0 0.07 0.43 0.73 50 0.27 0.22
Hex 46 41 28 0 7 2B 49 32 1B 16
Octal 106 101 50 0 7 53 111 62 33 26
Binary 1000110 1000001 101000 0 111 101011 1001001 110010 11011 10110

Color Harmonies of #464128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464128

Black with #464128

Text Example


Text Example

White with #464128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464128; }

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

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

background-color css

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

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

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

border-color css

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

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

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