Html Css Color HEX #48461E Woodrush

📋 copy color: '#48461E'

red 72 ◦ green 70 ◦ blue 30

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

Shades of Woodrush #48461E

Tints of Woodrush #48461E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 41.86%
G = 40.7%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.58

 K value IS 0.72

RGB Variations

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

Color information

#48461E (or 0x48461E) is known color: Woodrush. HEX triplet: 48, 46 and 1E. RGB value is (72,70,30). Sum of RGB (Red+Green+Blue) = 72+70+30=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48461E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48461E is #B7B9E1. Grayscale: #424242. Windows color (decimal): -12040674 or 1984072. OLE color: 1984072.

HSL color Cylindrical-coordinate representation of color #48461E: hue angle of 57.14º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48461E is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 70 30 -
CMYK 0 0.03 0.58 0.72
HSL 57.14º 0.41% 0.2% -
HSV(B) 57.14º 0.58% 0.28% -
XYZ 5.1 5.85 2.09 -
YUV 66.04 107.66 132.25 -
System Red Green Blue C M Y K H S L
Decimal 72 70 30 0 0.03 0.58 0.72 57.14 0.41 0.2
Hex 48 46 1E 0 3 3A 48 39 29 14
Octal 110 106 36 0 3 72 110 71 51 24
Binary 1001000 1000110 11110 0 11 111010 1001000 111001 101001 10100

Color Harmonies of #48461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48461E

Black with #48461E

Text Example


Text Example

White with #48461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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