Html Css Color HEX #464427 Woodrush

📋 copy color: '#464427'

red 70 ◦ green 68 ◦ blue 39

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

Shades of Woodrush #464427

Tints of Woodrush #464427

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

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

R = 39.55%
G = 38.42%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.73

RGB Variations

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

Color information

#464427 (or 0x464427) is known color: Woodrush. HEX triplet: 46, 44 and 27. RGB value is (70,68,39). Sum of RGB (Red+Green+Blue) = 70+68+39=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #464427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464427 is #B9BBD8. Grayscale: #414141. Windows color (decimal): -12172249 or 2573382. OLE color: 2573382.

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

Color convert

RGB 70 68 39 -
CMYK 0 0.03 0.44 0.73
HSL 56.13º 0.28% 0.21% -
HSV(B) 56.13º 0.44% 0.27% -
XYZ 4.96 5.58 2.74 -
YUV 65.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 70 68 39 0 0.03 0.44 0.73 56.13 0.28 0.21
Hex 46 44 27 0 3 2C 49 38 1C 15
Octal 106 104 47 0 3 54 111 70 34 25
Binary 1000110 1000100 100111 0 11 101100 1001001 111000 11100 10101

Color Harmonies of #464427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464427

Black with #464427

Text Example


Text Example

White with #464427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464427; }

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

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

background-color css

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

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

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

border-color css

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

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

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