Html Css Color HEX #464025 Woodrush

📋 copy color: '#464025'

red 70 ◦ green 64 ◦ blue 37

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

Shades of Woodrush #464025

Tints of Woodrush #464025

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

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

R = 40.94%
G = 37.43%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#464025 (or 0x464025) is known color: Woodrush. HEX triplet: 46, 40 and 25. RGB value is (70,64,37). Sum of RGB (Red+Green+Blue) = 70+64+37=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 37 (14.84% from 255 or 21.64% from 171); Max value from RGB is 70 - color contains mainly: red. Hex color #464025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464025 is #B9BFDA. Grayscale: #3E3E3E. Windows color (decimal): -12173275 or 2441286. OLE color: 2441286.

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

Color convert

RGB 70 64 37 -
CMYK 0 0.09 0.47 0.73
HSL 49.09º 0.31% 0.21% -
HSV(B) 49.09º 0.47% 0.27% -
XYZ 4.69 5.1 2.49 -
YUV 62.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 70 64 37 0 0.09 0.47 0.73 49.09 0.31 0.21
Hex 46 40 25 0 9 2F 49 31 1F 15
Octal 106 100 45 0 11 57 111 61 37 25
Binary 1000110 1000000 100101 0 1001 101111 1001001 110001 11111 10101

Color Harmonies of #464025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464025

Black with #464025

Text Example


Text Example

White with #464025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464025; }

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

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

background-color css

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

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

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

border-color css

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

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

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