Html Css Color HEX #464529 Woodrush

📋 copy color: '#464529'

red 70 ◦ green 69 ◦ blue 41

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

Shades of Woodrush #464529

Tints of Woodrush #464529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.78%

R = 38.89%
G = 38.33%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#464529 (or 0x464529) is known color: Woodrush. HEX triplet: 46, 45 and 29. RGB value is (70,69,41). Sum of RGB (Red+Green+Blue) = 70+69+41=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 70 - color contains mainly: red. Hex color #464529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464529 is #B9BAD6. Grayscale: #424242. Windows color (decimal): -12171991 or 2704710. OLE color: 2704710.

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

Color convert

RGB 70 69 41 -
CMYK 0 0.01 0.41 0.73
HSL 57.93º 0.26% 0.22% -
HSV(B) 57.93º 0.41% 0.27% -
XYZ 5.05 5.72 2.94 -
YUV 66.11 113.83 130.78 -
System Red Green Blue C M Y K H S L
Decimal 70 69 41 0 0.01 0.41 0.73 57.93 0.26 0.22
Hex 46 45 29 0 1 29 49 3A 1A 16
Octal 106 105 51 0 1 51 111 72 32 26
Binary 1000110 1000101 101001 0 1 101001 1001001 111010 11010 10110

Color Harmonies of #464529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464529

Black with #464529

Text Example


Text Example

White with #464529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464529; }

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

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

background-color css

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

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

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

border-color css

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

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

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