Html Css Color HEX #464424 Woodrush

📋 copy color: '#464424'

red 70 ◦ green 68 ◦ blue 36

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

Shades of Woodrush #464424

Tints of Woodrush #464424

RGB

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

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

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

R = 40.23%
G = 39.08%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#464424 (or 0x464424) is known color: Woodrush. HEX triplet: 46, 44 and 24. RGB value is (70,68,36). Sum of RGB (Red+Green+Blue) = 70+68+36=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #464424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464424 is #B9BBDB. Grayscale: #414141. Windows color (decimal): -12172252 or 2376774. OLE color: 2376774.

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

Color convert

RGB 70 68 36 -
CMYK 0 0.03 0.49 0.73
HSL 56.47º 0.32% 0.21% -
HSV(B) 56.47º 0.49% 0.27% -
XYZ 4.91 5.56 2.48 -
YUV 64.95 111.66 131.6 -
System Red Green Blue C M Y K H S L
Decimal 70 68 36 0 0.03 0.49 0.73 56.47 0.32 0.21
Hex 46 44 24 0 3 31 49 38 20 15
Octal 106 104 44 0 3 61 111 70 40 25
Binary 1000110 1000100 100100 0 11 110001 1001001 111000 100000 10101

Color Harmonies of #464424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464424

Black with #464424

Text Example


Text Example

White with #464424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464424; }

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

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

background-color css

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

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

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

border-color css

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

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

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