Html Css Color HEX #46431F Woodrush

📋 copy color: '#46431F'

red 70 ◦ green 67 ◦ blue 31

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

Shades of Woodrush #46431F

Tints of Woodrush #46431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.45%

R = 41.67%
G = 39.88%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#46431F (or 0x46431F) is known color: Woodrush. HEX triplet: 46, 43 and 1F. RGB value is (70,67,31). Sum of RGB (Red+Green+Blue) = 70+67+31=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 70 - color contains mainly: red. Hex color #46431F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46431F is #B9BCE0. Grayscale: #3F3F3F. Windows color (decimal): -12172513 or 2048838. OLE color: 2048838.

HSL color Cylindrical-coordinate representation of color #46431F: hue angle of 55.38º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46431F is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 67 31 -
CMYK 0 0.04 0.56 0.73
HSL 55.38º 0.39% 0.2% -
HSV(B) 55.38º 0.56% 0.27% -
XYZ 4.78 5.42 2.09 -
YUV 63.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 70 67 31 0 0.04 0.56 0.73 55.38 0.39 0.2
Hex 46 43 1F 0 4 38 49 37 27 14
Octal 106 103 37 0 4 70 111 67 47 24
Binary 1000110 1000011 11111 0 100 111000 1001001 110111 100111 10100

Color Harmonies of #46431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46431F

Black with #46431F

Text Example


Text Example

White with #46431F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46431F; }

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

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

background-color css

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

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

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

border-color css

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

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

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