Html Css Color HEX #484226 Woodrush

📋 copy color: '#484226'

red 72 ◦ green 66 ◦ blue 38

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

Shades of Woodrush #484226

Tints of Woodrush #484226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.59%

R = 40.91%
G = 37.5%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#484226 (or 0x484226) is known color: Woodrush. HEX triplet: 48, 42 and 26. RGB value is (72,66,38). Sum of RGB (Red+Green+Blue) = 72+66+38=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 66 (26.17% from 255 or 37.5% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #484226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484226 is #B7BDD9. Grayscale: #404040. Windows color (decimal): -12041690 or 2507336. OLE color: 2507336.

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

Color convert

RGB 72 66 38 -
CMYK 0 0.08 0.47 0.72
HSL 49.41º 0.31% 0.22% -
HSV(B) 49.41º 0.47% 0.28% -
XYZ 4.97 5.41 2.62 -
YUV 64.6 112.99 133.28 -
System Red Green Blue C M Y K H S L
Decimal 72 66 38 0 0.08 0.47 0.72 49.41 0.31 0.22
Hex 48 42 26 0 8 2F 48 31 1F 16
Octal 110 102 46 0 10 57 110 61 37 26
Binary 1001000 1000010 100110 0 1000 101111 1001000 110001 11111 10110

Color Harmonies of #484226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484226

Black with #484226

Text Example


Text Example

White with #484226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484226; }

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

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

background-color css

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

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

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

border-color css

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

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

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