Html Css Color HEX #454229 Woodrush

📋 copy color: '#454229'

red 69 ◦ green 66 ◦ blue 41

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

Shades of Woodrush #454229

Tints of Woodrush #454229

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.5%

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

R = 39.2%
G = 37.5%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.73

RGB Variations

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

Color information

#454229 (or 0x454229) is known color: Woodrush. HEX triplet: 45, 42 and 29. RGB value is (69,66,41). Sum of RGB (Red+Green+Blue) = 69+66+41=176 (23% of max value = 765). Red value is 69 (27.34% from 255 or 39.20% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 69 - color contains mainly: red. Hex color #454229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454229 is #BABDD6. Grayscale: #404040. Windows color (decimal): -12238295 or 2703941. OLE color: 2703941.

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

Color convert

RGB 69 66 41 -
CMYK 0 0.04 0.41 0.73
HSL 53.57º 0.25% 0.22% -
HSV(B) 53.57º 0.41% 0.27% -
XYZ 4.8 5.32 2.87 -
YUV 64.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 69 66 41 0 0.04 0.41 0.73 53.57 0.25 0.22
Hex 45 42 29 0 4 29 49 36 19 16
Octal 105 102 51 0 4 51 111 66 31 26
Binary 1000101 1000010 101001 0 100 101001 1001001 110110 11001 10110

Color Harmonies of #454229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454229

Black with #454229

Text Example


Text Example

White with #454229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454229; }

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

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

background-color css

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

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

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

border-color css

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

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

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