Html Css Color HEX #464223 Woodrush

📋 copy color: '#464223'

red 70 ◦ green 66 ◦ blue 35

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

Shades of Woodrush #464223

Tints of Woodrush #464223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 38.6%

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

R = 40.94%
G = 38.6%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#464223 (or 0x464223) is known color: Woodrush. HEX triplet: 46, 42 and 23. RGB value is (70,66,35). Sum of RGB (Red+Green+Blue) = 70+66+35=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 35 (14.06% from 255 or 20.47% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #464223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464223 is #B9BDDC. Grayscale: #3F3F3F. Windows color (decimal): -12172765 or 2310726. OLE color: 2310726.

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

Color convert

RGB 70 66 35 -
CMYK 0 0.06 0.5 0.73
HSL 53.14º 0.33% 0.21% -
HSV(B) 53.14º 0.5% 0.27% -
XYZ 4.78 5.32 2.37 -
YUV 63.66 111.83 132.52 -
System Red Green Blue C M Y K H S L
Decimal 70 66 35 0 0.06 0.5 0.73 53.14 0.33 0.21
Hex 46 42 23 0 6 32 49 35 21 15
Octal 106 102 43 0 6 62 111 65 41 25
Binary 1000110 1000010 100011 0 110 110010 1001001 110101 100001 10101

Color Harmonies of #464223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464223

Black with #464223

Text Example


Text Example

White with #464223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464223; }

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

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

background-color css

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

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

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

border-color css

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

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

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