Html Css Color HEX #454429 Woodrush

📋 copy color: '#454429'

red 69 ◦ green 68 ◦ blue 41

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

Shades of Woodrush #454429

Tints of Woodrush #454429

RGB

 RED value IS 69 (27.34% from 255) = 38.76%

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

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 38.76%
G = 38.2%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#454429 (or 0x454429) is known color: Woodrush. HEX triplet: 45, 44 and 29. RGB value is (69,68,41). Sum of RGB (Red+Green+Blue) = 69+68+41=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 69 - color contains mainly: red. Hex color #454429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454429 is #BABBD6. Grayscale: #414141. Windows color (decimal): -12237783 or 2704453. OLE color: 2704453.

HSL color Cylindrical-coordinate representation of color #454429: hue angle of 57.86º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #454429 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 68 41 -
CMYK 0 0.01 0.41 0.73
HSL 57.86º 0.25% 0.22% -
HSV(B) 57.86º 0.41% 0.27% -
XYZ 4.92 5.56 2.91 -
YUV 65.22 114.33 130.7 -
System Red Green Blue C M Y K H S L
Decimal 69 68 41 0 0.01 0.41 0.73 57.86 0.25 0.22
Hex 45 44 29 0 1 29 49 3A 19 16
Octal 105 104 51 0 1 51 111 72 31 26
Binary 1000101 1000100 101001 0 1 101001 1001001 111010 11001 10110

Color Harmonies of #454429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454429

Black with #454429

Text Example


Text Example

White with #454429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454429; }

 p { color: rgb(69,68,41); }

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

background-color css

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

 a { background-color: rgb(69,68,41); }

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

border-color css

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

 span { border-color: rgb(69,68,41); }

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