Html Css Color HEX #484623 Woodrush

📋 copy color: '#484623'

red 72 ◦ green 70 ◦ blue 35

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

Shades of Woodrush #484623

Tints of Woodrush #484623

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

 BLUE value IS 35 (14.06% from 255) = 19.77%

R = 40.68%
G = 39.55%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#484623 (or 0x484623) is known color: Woodrush. HEX triplet: 48, 46 and 23. RGB value is (72,70,35). Sum of RGB (Red+Green+Blue) = 72+70+35=177 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.68% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 72 - color contains mainly: red. Hex color #484623 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484623 is #B7B9DC. Grayscale: #424242. Windows color (decimal): -12040669 or 2311752. OLE color: 2311752.

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

Color convert

RGB 72 70 35 -
CMYK 0 0.03 0.51 0.72
HSL 56.76º 0.35% 0.21% -
HSV(B) 56.76º 0.51% 0.28% -
XYZ 5.17 5.88 2.45 -
YUV 66.61 110.16 131.85 -
System Red Green Blue C M Y K H S L
Decimal 72 70 35 0 0.03 0.51 0.72 56.76 0.35 0.21
Hex 48 46 23 0 3 33 48 39 23 15
Octal 110 106 43 0 3 63 110 71 43 25
Binary 1001000 1000110 100011 0 11 110011 1001000 111001 100011 10101

Color Harmonies of #484623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484623

Black with #484623

Text Example


Text Example

White with #484623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484623; }

 p { color: rgb(72,70,35); }

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

background-color css

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

 a { background-color: rgb(72,70,35); }

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

border-color css

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

 span { border-color: rgb(72,70,35); }

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