Html Css Color HEX #484430 Woodrush

📋 copy color: '#484430'

red 72 ◦ green 68 ◦ blue 48

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

Shades of Woodrush #484430

Tints of Woodrush #484430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 38.3%
G = 36.17%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#484430 (or 0x484430) is known color: Woodrush. HEX triplet: 48, 44 and 30. RGB value is (72,68,48). Sum of RGB (Red+Green+Blue) = 72+68+48=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 72 - color contains mainly: red. Hex color #484430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484430 is #B7BBCF. Grayscale: #434343. Windows color (decimal): -12041168 or 3163208. OLE color: 3163208.

HSL color Cylindrical-coordinate representation of color #484430: hue angle of 50º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #484430 is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 48 -
CMYK 0 0.06 0.33 0.72
HSL 50º 0.2% 0.24% -
HSV(B) 50º 0.33% 0.28% -
XYZ 5.27 5.73 3.62 -
YUV 66.92 117.33 131.63 -
System Red Green Blue C M Y K H S L
Decimal 72 68 48 0 0.06 0.33 0.72 50 0.2 0.24
Hex 48 44 30 0 6 21 48 32 14 18
Octal 110 104 60 0 6 41 110 62 24 30
Binary 1001000 1000100 110000 0 110 100001 1001000 110010 10100 11000

Color Harmonies of #484430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484430

Black with #484430

Text Example


Text Example

White with #484430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484430; }

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

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

background-color css

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

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

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

border-color css

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

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

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