Html Css Color HEX #464323 Woodrush

📋 copy color: '#464323'

red 70 ◦ green 67 ◦ blue 35

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

Shades of Woodrush #464323

Tints of Woodrush #464323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.35%

R = 40.7%
G = 38.95%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.5

 K value IS 0.73

RGB Variations

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

Color information

#464323 (or 0x464323) is known color: Woodrush. HEX triplet: 46, 43 and 23. RGB value is (70,67,35). Sum of RGB (Red+Green+Blue) = 70+67+35=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 70 - color contains mainly: red. Hex color #464323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464323 is #B9BCDC. Grayscale: #404040. Windows color (decimal): -12172509 or 2310982. OLE color: 2310982.

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

Color convert

RGB 70 67 35 -
CMYK 0 0.04 0.5 0.73
HSL 54.86º 0.33% 0.21% -
HSV(B) 54.86º 0.5% 0.27% -
XYZ 4.84 5.44 2.38 -
YUV 64.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 70 67 35 0 0.04 0.5 0.73 54.86 0.33 0.21
Hex 46 43 23 0 4 32 49 37 21 15
Octal 106 103 43 0 4 62 111 67 41 25
Binary 1000110 1000011 100011 0 100 110010 1001001 110111 100001 10101

Color Harmonies of #464323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464323

Black with #464323

Text Example


Text Example

White with #464323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464323; }

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

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

background-color css

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

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

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

border-color css

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

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

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