Html Css Color HEX #484723 Woodrush

📋 copy color: '#484723'

red 72 ◦ green 71 ◦ blue 35

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

Shades of Woodrush #484723

Tints of Woodrush #484723

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.89%

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

R = 40.45%
G = 39.89%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#484723 (or 0x484723) is known color: Woodrush. HEX triplet: 48, 47 and 23. RGB value is (72,71,35). Sum of RGB (Red+Green+Blue) = 72+71+35=178 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.45% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 35 (14.06% from 255 or 19.66% from 178); Max value from RGB is 72 - color contains mainly: red. Hex color #484723 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484723 is #B7B8DC. Grayscale: #434343. Windows color (decimal): -12040413 or 2312008. OLE color: 2312008.

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

Color convert

RGB 72 71 35 -
CMYK 0 0.01 0.51 0.72
HSL 58.38º 0.35% 0.21% -
HSV(B) 58.38º 0.51% 0.28% -
XYZ 5.23 6.01 2.47 -
YUV 67.2 109.83 131.43 -
System Red Green Blue C M Y K H S L
Decimal 72 71 35 0 0.01 0.51 0.72 58.38 0.35 0.21
Hex 48 47 23 0 1 33 48 3A 23 15
Octal 110 107 43 0 1 63 110 72 43 25
Binary 1001000 1000111 100011 0 1 110011 1001000 111010 100011 10101

Color Harmonies of #484723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484723

Black with #484723

Text Example


Text Example

White with #484723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484723; }

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

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

background-color css

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

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

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

border-color css

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

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

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