Html Css Color HEX #464325 Woodrush

📋 copy color: '#464325'

red 70 ◦ green 67 ◦ blue 37

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

Shades of Woodrush #464325

Tints of Woodrush #464325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.51%

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

R = 40.23%
G = 38.51%
B = 21.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.73

RGB Variations

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

Color information

#464325 (or 0x464325) is known color: Woodrush. HEX triplet: 46, 43 and 25. RGB value is (70,67,37). Sum of RGB (Red+Green+Blue) = 70+67+37=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 70 - color contains mainly: red. Hex color #464325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464325 is #B9BCDA. Grayscale: #404040. Windows color (decimal): -12172507 or 2442054. OLE color: 2442054.

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

Color convert

RGB 70 67 37 -
CMYK 0 0.04 0.47 0.73
HSL 54.55º 0.31% 0.21% -
HSV(B) 54.55º 0.47% 0.27% -
XYZ 4.87 5.45 2.55 -
YUV 64.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 70 67 37 0 0.04 0.47 0.73 54.55 0.31 0.21
Hex 46 43 25 0 4 2F 49 37 1F 15
Octal 106 103 45 0 4 57 111 67 37 25
Binary 1000110 1000011 100101 0 100 101111 1001001 110111 11111 10101

Color Harmonies of #464325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464325

Black with #464325

Text Example


Text Example

White with #464325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464325; }

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

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

background-color css

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

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

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

border-color css

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

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

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