Html Css Color HEX #464227 Woodrush

📋 copy color: '#464227'

red 70 ◦ green 66 ◦ blue 39

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

Shades of Woodrush #464227

Tints of Woodrush #464227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 40%
G = 37.71%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#464227 (or 0x464227) is known color: Woodrush. HEX triplet: 46, 42 and 27. RGB value is (70,66,39). Sum of RGB (Red+Green+Blue) = 70+66+39=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #464227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464227 is #B9BDD8. Grayscale: #404040. Windows color (decimal): -12172761 or 2572870. OLE color: 2572870.

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

Color convert

RGB 70 66 39 -
CMYK 0 0.06 0.44 0.73
HSL 52.26º 0.28% 0.21% -
HSV(B) 52.26º 0.44% 0.27% -
XYZ 4.84 5.35 2.7 -
YUV 64.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 70 66 39 0 0.06 0.44 0.73 52.26 0.28 0.21
Hex 46 42 27 0 6 2C 49 34 1C 15
Octal 106 102 47 0 6 54 111 64 34 25
Binary 1000110 1000010 100111 0 110 101100 1001001 110100 11100 10101

Color Harmonies of #464227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464227

Black with #464227

Text Example


Text Example

White with #464227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464227; }

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

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

background-color css

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

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

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

border-color css

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

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

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