Html Css Color HEX #484629 Woodrush

📋 copy color: '#484629'

red 72 ◦ green 70 ◦ blue 41

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

Shades of Woodrush #484629

Tints of Woodrush #484629

RGB

 RED value IS 72 (28.52% from 255) = 39.34%

 GREEN value IS 70 (27.73% from 255) = 38.25%

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

R = 39.34%
G = 38.25%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#484629 (or 0x484629) is known color: Woodrush. HEX triplet: 48, 46 and 29. RGB value is (72,70,41). Sum of RGB (Red+Green+Blue) = 72+70+41=183 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.34% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 72 - color contains mainly: red. Hex color #484629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484629 is #B7B9D6. Grayscale: #434343. Windows color (decimal): -12040663 or 2704968. OLE color: 2704968.

HSL color Cylindrical-coordinate representation of color #484629: hue angle of 56.13º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #484629 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 70 41 -
CMYK 0 0.03 0.43 0.72
HSL 56.13º 0.27% 0.22% -
HSV(B) 56.13º 0.43% 0.28% -
XYZ 5.26 5.92 2.96 -
YUV 67.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 72 70 41 0 0.03 0.43 0.72 56.13 0.27 0.22
Hex 48 46 29 0 3 2B 48 38 1B 16
Octal 110 106 51 0 3 53 110 70 33 26
Binary 1001000 1000110 101001 0 11 101011 1001000 111000 11011 10110

Color Harmonies of #484629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484629

Black with #484629

Text Example


Text Example

White with #484629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484629; }

 p { color: rgb(72,70,41); }

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

background-color css

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

 a { background-color: rgb(72,70,41); }

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

border-color css

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

 span { border-color: rgb(72,70,41); }

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