Html Css Color HEX #484227 Woodrush

📋 copy color: '#484227'

red 72 ◦ green 66 ◦ blue 39

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

Shades of Woodrush #484227

Tints of Woodrush #484227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 22.03%

R = 40.68%
G = 37.29%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.72

RGB Variations

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

Color information

#484227 (or 0x484227) is known color: Woodrush. HEX triplet: 48, 42 and 27. RGB value is (72,66,39). Sum of RGB (Red+Green+Blue) = 72+66+39=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 66 (26.17% from 255 or 37.29% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #484227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484227 is #B7BDD8. Grayscale: #404040. Windows color (decimal): -12041689 or 2572872. OLE color: 2572872.

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

Color convert

RGB 72 66 39 -
CMYK 0 0.08 0.46 0.72
HSL 49.09º 0.3% 0.22% -
HSV(B) 49.09º 0.46% 0.28% -
XYZ 4.99 5.42 2.7 -
YUV 64.72 113.49 133.2 -
System Red Green Blue C M Y K H S L
Decimal 72 66 39 0 0.08 0.46 0.72 49.09 0.3 0.22
Hex 48 42 27 0 8 2E 48 31 1E 16
Octal 110 102 47 0 10 56 110 61 36 26
Binary 1001000 1000010 100111 0 1000 101110 1001000 110001 11110 10110

Color Harmonies of #484227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484227

Black with #484227

Text Example


Text Example

White with #484227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484227; }

 p { color: rgb(72,66,39); }

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

background-color css

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

 a { background-color: rgb(72,66,39); }

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

border-color css

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

 span { border-color: rgb(72,66,39); }

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