Html Css Color HEX #464524 Woodrush

📋 copy color: '#464524'

red 70 ◦ green 69 ◦ blue 36

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

Shades of Woodrush #464524

Tints of Woodrush #464524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.43%

 BLUE value IS 36 (14.45% from 255) = 20.57%

R = 40%
G = 39.43%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#464524 (or 0x464524) is known color: Woodrush. HEX triplet: 46, 45 and 24. RGB value is (70,69,36). Sum of RGB (Red+Green+Blue) = 70+69+36=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 70 - color contains mainly: red. Hex color #464524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464524 is #B9BADB. Grayscale: #414141. Windows color (decimal): -12171996 or 2377030. OLE color: 2377030.

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

Color convert

RGB 70 69 36 -
CMYK 0 0.01 0.49 0.73
HSL 58.24º 0.32% 0.21% -
HSV(B) 58.24º 0.49% 0.27% -
XYZ 4.97 5.69 2.5 -
YUV 65.54 111.33 131.18 -
System Red Green Blue C M Y K H S L
Decimal 70 69 36 0 0.01 0.49 0.73 58.24 0.32 0.21
Hex 46 45 24 0 1 31 49 3A 20 15
Octal 106 105 44 0 1 61 111 72 40 25
Binary 1000110 1000101 100100 0 1 110001 1001001 111010 100000 10101

Color Harmonies of #464524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464524

Black with #464524

Text Example


Text Example

White with #464524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464524; }

 p { color: rgb(70,69,36); }

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

background-color css

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

 a { background-color: rgb(70,69,36); }

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

border-color css

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

 span { border-color: rgb(70,69,36); }

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