Html Css Color HEX #464523 Woodrush

📋 copy color: '#464523'

red 70 ◦ green 69 ◦ blue 35

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

Shades of Woodrush #464523

Tints of Woodrush #464523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.11%

R = 40.23%
G = 39.66%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#464523 (or 0x464523) is known color: Woodrush. HEX triplet: 46, 45 and 23. RGB value is (70,69,35). Sum of RGB (Red+Green+Blue) = 70+69+35=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #464523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464523 is #B9BADC. Grayscale: #414141. Windows color (decimal): -12171997 or 2311494. OLE color: 2311494.

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

Color convert

RGB 70 69 35 -
CMYK 0 0.01 0.5 0.73
HSL 58.29º 0.33% 0.21% -
HSV(B) 58.29º 0.5% 0.27% -
XYZ 4.96 5.68 2.43 -
YUV 65.42 110.83 131.26 -
System Red Green Blue C M Y K H S L
Decimal 70 69 35 0 0.01 0.5 0.73 58.29 0.33 0.21
Hex 46 45 23 0 1 32 49 3A 21 15
Octal 106 105 43 0 1 62 111 72 41 25
Binary 1000110 1000101 100011 0 1 110010 1001001 111010 100001 10101

Color Harmonies of #464523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464523

Black with #464523

Text Example


Text Example

White with #464523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464523; }

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

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

background-color css

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

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

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

border-color css

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

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

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