Html Css Color HEX #464225 Woodrush

📋 copy color: '#464225'

red 70 ◦ green 66 ◦ blue 37

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

Shades of Woodrush #464225

Tints of Woodrush #464225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.39%

R = 40.46%
G = 38.15%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#464225 (or 0x464225) is known color: Woodrush. HEX triplet: 46, 42 and 25. RGB value is (70,66,37). Sum of RGB (Red+Green+Blue) = 70+66+37=173 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.46% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 70 - color contains mainly: red. Hex color #464225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464225 is #B9BDDA. Grayscale: #404040. Windows color (decimal): -12172763 or 2441798. OLE color: 2441798.

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

Color convert

RGB 70 66 37 -
CMYK 0 0.06 0.47 0.73
HSL 52.73º 0.31% 0.21% -
HSV(B) 52.73º 0.47% 0.27% -
XYZ 4.81 5.33 2.53 -
YUV 63.89 112.83 132.36 -
System Red Green Blue C M Y K H S L
Decimal 70 66 37 0 0.06 0.47 0.73 52.73 0.31 0.21
Hex 46 42 25 0 6 2F 49 35 1F 15
Octal 106 102 45 0 6 57 111 65 37 25
Binary 1000110 1000010 100101 0 110 101111 1001001 110101 11111 10101

Color Harmonies of #464225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464225

Black with #464225

Text Example


Text Example

White with #464225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464225; }

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

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

background-color css

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

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

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

border-color css

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

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

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