Html Css Color HEX #484228 Woodrush

📋 copy color: '#484228'

red 72 ◦ green 66 ◦ blue 40

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

Shades of Woodrush #484228

Tints of Woodrush #484228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.47%

R = 40.45%
G = 37.08%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.72

RGB Variations

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

Color information

#484228 (or 0x484228) is known color: Woodrush. HEX triplet: 48, 42 and 28. RGB value is (72,66,40). Sum of RGB (Red+Green+Blue) = 72+66+40=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 40 (16.02% from 255 or 22.47% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #484228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484228 is #B7BDD7. Grayscale: #404040. Windows color (decimal): -12041688 or 2638408. OLE color: 2638408.

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

Color convert

RGB 72 66 40 -
CMYK 0 0.08 0.44 0.72
HSL 48.75º 0.29% 0.22% -
HSV(B) 48.75º 0.44% 0.28% -
XYZ 5 5.43 2.79 -
YUV 64.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 72 66 40 0 0.08 0.44 0.72 48.75 0.29 0.22
Hex 48 42 28 0 8 2C 48 31 1D 16
Octal 110 102 50 0 10 54 110 61 35 26
Binary 1001000 1000010 101000 0 1000 101100 1001000 110001 11101 10110

Color Harmonies of #484228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484228

Black with #484228

Text Example


Text Example

White with #484228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484228; }

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

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

background-color css

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

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

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

border-color css

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

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

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