Html Css Color HEX #484423 Woodrush

📋 copy color: '#484423'

red 72 ◦ green 68 ◦ blue 35

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

Shades of Woodrush #484423

Tints of Woodrush #484423

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.86%

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

R = 41.14%
G = 38.86%
B = 20%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.72

RGB Variations

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

Color information

#484423 (or 0x484423) is known color: Woodrush. HEX triplet: 48, 44 and 23. RGB value is (72,68,35). Sum of RGB (Red+Green+Blue) = 72+68+35=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 72 - color contains mainly: red. Hex color #484423 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484423 is #B7BBDC. Grayscale: #414141. Windows color (decimal): -12041181 or 2311240. OLE color: 2311240.

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

Color convert

RGB 72 68 35 -
CMYK 0 0.06 0.51 0.72
HSL 53.51º 0.35% 0.21% -
HSV(B) 53.51º 0.51% 0.28% -
XYZ 5.04 5.63 2.41 -
YUV 65.43 110.83 132.68 -
System Red Green Blue C M Y K H S L
Decimal 72 68 35 0 0.06 0.51 0.72 53.51 0.35 0.21
Hex 48 44 23 0 6 33 48 36 23 15
Octal 110 104 43 0 6 63 110 66 43 25
Binary 1001000 1000100 100011 0 110 110011 1001000 110110 100011 10101

Color Harmonies of #484423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484423

Black with #484423

Text Example


Text Example

White with #484423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484423; }

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

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

background-color css

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

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

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

border-color css

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

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

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