Html Css Color HEX #464526 Woodrush

📋 copy color: '#464526'

red 70 ◦ green 69 ◦ blue 38

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

Shades of Woodrush #464526

Tints of Woodrush #464526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.47%

R = 39.55%
G = 38.98%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#464526 (or 0x464526) is known color: Woodrush. HEX triplet: 46, 45 and 26. RGB value is (70,69,38). Sum of RGB (Red+Green+Blue) = 70+69+38=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 70 - color contains mainly: red. Hex color #464526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464526 is #B9BAD9. Grayscale: #414141. Windows color (decimal): -12171994 or 2508102. OLE color: 2508102.

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

Color convert

RGB 70 69 38 -
CMYK 0 0.01 0.46 0.73
HSL 58.13º 0.3% 0.21% -
HSV(B) 58.13º 0.46% 0.27% -
XYZ 5 5.7 2.67 -
YUV 65.77 112.33 131.02 -
System Red Green Blue C M Y K H S L
Decimal 70 69 38 0 0.01 0.46 0.73 58.13 0.3 0.21
Hex 46 45 26 0 1 2E 49 3A 1E 15
Octal 106 105 46 0 1 56 111 72 36 25
Binary 1000110 1000101 100110 0 1 101110 1001001 111010 11110 10101

Color Harmonies of #464526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464526

Black with #464526

Text Example


Text Example

White with #464526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464526; }

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

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

background-color css

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

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

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

border-color css

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

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

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