Html Css Color HEX #484325 Woodrush

📋 copy color: '#484325'

red 72 ◦ green 67 ◦ blue 37

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

Shades of Woodrush #484325

Tints of Woodrush #484325

RGB

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

 GREEN value IS 67 (26.56% from 255) = 38.07%

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

R = 40.91%
G = 38.07%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.72

RGB Variations

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

Color information

#484325 (or 0x484325) is known color: Woodrush. HEX triplet: 48, 43 and 25. RGB value is (72,67,37). Sum of RGB (Red+Green+Blue) = 72+67+37=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 67 (26.56% from 255 or 38.07% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 72 - color contains mainly: red. Hex color #484325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484325 is #B7BCDA. Grayscale: #414141. Windows color (decimal): -12041435 or 2442056. OLE color: 2442056.

HSL color Cylindrical-coordinate representation of color #484325: hue angle of 51.43º 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 #484325 is Cyan = 0, Magento = 0.07, Yellow = 0.49 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 67 37 -
CMYK 0 0.07 0.49 0.72
HSL 51.43º 0.32% 0.21% -
HSV(B) 51.43º 0.49% 0.28% -
XYZ 5.01 5.53 2.55 -
YUV 65.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 72 67 37 0 0.07 0.49 0.72 51.43 0.32 0.21
Hex 48 43 25 0 7 31 48 33 20 15
Octal 110 103 45 0 7 61 110 63 40 25
Binary 1001000 1000011 100101 0 111 110001 1001000 110011 100000 10101

Color Harmonies of #484325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484325

Black with #484325

Text Example


Text Example

White with #484325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484325; }

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

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

background-color css

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

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

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

border-color css

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

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

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