Html Css Color HEX #464228 Woodrush

📋 copy color: '#464228'

red 70 ◦ green 66 ◦ blue 40

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

Shades of Woodrush #464228

Tints of Woodrush #464228

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

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

R = 39.77%
G = 37.5%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.73

RGB Variations

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

Color information

#464228 (or 0x464228) is known color: Woodrush. HEX triplet: 46, 42 and 28. RGB value is (70,66,40). Sum of RGB (Red+Green+Blue) = 70+66+40=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 40 (16.02% from 255 or 22.73% from 176); Max value from RGB is 70 - color contains mainly: red. Hex color #464228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464228 is #B9BDD7. Grayscale: #404040. Windows color (decimal): -12172760 or 2638406. OLE color: 2638406.

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

Color convert

RGB 70 66 40 -
CMYK 0 0.06 0.43 0.73
HSL 52º 0.27% 0.22% -
HSV(B) 52º 0.43% 0.27% -
XYZ 4.86 5.35 2.78 -
YUV 64.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 70 66 40 0 0.06 0.43 0.73 52 0.27 0.22
Hex 46 42 28 0 6 2B 49 34 1B 16
Octal 106 102 50 0 6 53 111 64 33 26
Binary 1000110 1000010 101000 0 110 101011 1001001 110100 11011 10110

Color Harmonies of #464228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464228

Black with #464228

Text Example


Text Example

White with #464228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464228; }

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

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

background-color css

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

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

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

border-color css

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

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

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