Html Css Color HEX #464333 Woodrush

📋 copy color: '#464333'

red 70 ◦ green 67 ◦ blue 51

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

Shades of Woodrush #464333

Tints of Woodrush #464333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 27.13%

R = 37.23%
G = 35.64%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.73

RGB Variations

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

Color information

#464333 (or 0x464333) is known color: Woodrush. HEX triplet: 46, 43 and 33. RGB value is (70,67,51). Sum of RGB (Red+Green+Blue) = 70+67+51=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 70 - color contains mainly: red. Hex color #464333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464333 is #B9BCCC. Grayscale: #424242. Windows color (decimal): -12172493 or 3359558. OLE color: 3359558.

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

Color convert

RGB 70 67 51 -
CMYK 0 0.04 0.27 0.73
HSL 50.53º 0.16% 0.24% -
HSV(B) 50.53º 0.27% 0.27% -
XYZ 5.13 5.56 3.93 -
YUV 66.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 70 67 51 0 0.04 0.27 0.73 50.53 0.16 0.24
Hex 46 43 33 0 4 1B 49 33 10 18
Octal 106 103 63 0 4 33 111 63 20 30
Binary 1000110 1000011 110011 0 100 11011 1001001 110011 10000 11000

Color Harmonies of #464333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464333

Black with #464333

Text Example


Text Example

White with #464333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464333; }

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

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

background-color css

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

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

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

border-color css

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

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

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