Html Css Color HEX #484225 Woodrush

📋 copy color: '#484225'

red 72 ◦ green 66 ◦ blue 37

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

Shades of Woodrush #484225

Tints of Woodrush #484225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.14%

R = 41.14%
G = 37.71%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#484225 (or 0x484225) is known color: Woodrush. HEX triplet: 48, 42 and 25. RGB value is (72,66,37). Sum of RGB (Red+Green+Blue) = 72+66+37=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #484225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484225 is #B7BDDA. Grayscale: #404040. Windows color (decimal): -12041691 or 2441800. OLE color: 2441800.

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

Color convert

RGB 72 66 37 -
CMYK 0 0.08 0.49 0.72
HSL 49.71º 0.32% 0.21% -
HSV(B) 49.71º 0.49% 0.28% -
XYZ 4.95 5.41 2.53 -
YUV 64.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 72 66 37 0 0.08 0.49 0.72 49.71 0.32 0.21
Hex 48 42 25 0 8 31 48 32 20 15
Octal 110 102 45 0 10 61 110 62 40 25
Binary 1001000 1000010 100101 0 1000 110001 1001000 110010 100000 10101

Color Harmonies of #484225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484225

Black with #484225

Text Example


Text Example

White with #484225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484225; }

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

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

background-color css

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

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

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

border-color css

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

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

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