Html Css Color HEX #464125 Woodrush

📋 copy color: '#464125'

red 70 ◦ green 65 ◦ blue 37

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

Shades of Woodrush #464125

Tints of Woodrush #464125

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.79%

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

R = 40.7%
G = 37.79%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#464125 (or 0x464125) is known color: Woodrush. HEX triplet: 46, 41 and 25. RGB value is (70,65,37). Sum of RGB (Red+Green+Blue) = 70+65+37=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 37 (14.84% from 255 or 21.51% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #464125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464125 is #B9BEDA. Grayscale: #3F3F3F. Windows color (decimal): -12173019 or 2441542. OLE color: 2441542.

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

Color convert

RGB 70 65 37 -
CMYK 0 0.07 0.47 0.73
HSL 50.91º 0.31% 0.21% -
HSV(B) 50.91º 0.47% 0.27% -
XYZ 4.75 5.22 2.51 -
YUV 63.3 113.16 132.78 -
System Red Green Blue C M Y K H S L
Decimal 70 65 37 0 0.07 0.47 0.73 50.91 0.31 0.21
Hex 46 41 25 0 7 2F 49 33 1F 15
Octal 106 101 45 0 7 57 111 63 37 25
Binary 1000110 1000001 100101 0 111 101111 1001001 110011 11111 10101

Color Harmonies of #464125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464125

Black with #464125

Text Example


Text Example

White with #464125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464125; }

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

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

background-color css

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

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

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

border-color css

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

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

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