Html Css Color HEX #464330 Woodrush

📋 copy color: '#464330'

red 70 ◦ green 67 ◦ blue 48

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

Shades of Woodrush #464330

Tints of Woodrush #464330

RGB

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

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

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

R = 37.84%
G = 36.22%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#464330 (or 0x464330) is known color: Woodrush. HEX triplet: 46, 43 and 30. RGB value is (70,67,48). Sum of RGB (Red+Green+Blue) = 70+67+48=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 48 (19.14% from 255 or 25.95% from 185); Max value from RGB is 70 - color contains mainly: red. Hex color #464330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464330 is #B9BCCF. Grayscale: #414141. Windows color (decimal): -12172496 or 3162950. OLE color: 3162950.

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

Color convert

RGB 70 67 48 -
CMYK 0 0.04 0.31 0.73
HSL 51.82º 0.19% 0.23% -
HSV(B) 51.82º 0.31% 0.27% -
XYZ 5.07 5.53 3.6 -
YUV 65.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 70 67 48 0 0.04 0.31 0.73 51.82 0.19 0.23
Hex 46 43 30 0 4 1F 49 34 13 17
Octal 106 103 60 0 4 37 111 64 23 27
Binary 1000110 1000011 110000 0 100 11111 1001001 110100 10011 10111

Color Harmonies of #464330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464330

Black with #464330

Text Example


Text Example

White with #464330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464330; }

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

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

background-color css

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

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

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

border-color css

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

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

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