Html Css Color HEX #464430 Woodrush

📋 copy color: '#464430'

red 70 ◦ green 68 ◦ blue 48

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

Shades of Woodrush #464430

Tints of Woodrush #464430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 37.63%
G = 36.56%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#464430 (or 0x464430) is known color: Woodrush. HEX triplet: 46, 44 and 30. RGB value is (70,68,48). Sum of RGB (Red+Green+Blue) = 70+68+48=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 70 - color contains mainly: red. Hex color #464430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464430 is #B9BBCF. Grayscale: #424242. Windows color (decimal): -12172240 or 3163206. OLE color: 3163206.

HSL color Cylindrical-coordinate representation of color #464430: hue angle of 54.55º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #464430 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 48 -
CMYK 0 0.03 0.31 0.73
HSL 54.55º 0.19% 0.23% -
HSV(B) 54.55º 0.31% 0.27% -
XYZ 5.13 5.65 3.62 -
YUV 66.32 117.66 130.63 -
System Red Green Blue C M Y K H S L
Decimal 70 68 48 0 0.03 0.31 0.73 54.55 0.19 0.23
Hex 46 44 30 0 3 1F 49 37 13 17
Octal 106 104 60 0 3 37 111 67 23 27
Binary 1000110 1000100 110000 0 11 11111 1001001 110111 10011 10111

Color Harmonies of #464430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464430

Black with #464430

Text Example


Text Example

White with #464430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464430; }

 p { color: rgb(70,68,48); }

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

background-color css

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

 a { background-color: rgb(70,68,48); }

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

border-color css

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

 span { border-color: rgb(70,68,48); }

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