Html Css Color HEX #481910 Brown Pod

📋 copy color: '#481910'

red 72 ◦ green 25 ◦ blue 16

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

Shades of Brown Pod #481910

Tints of Brown Pod #481910

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.12%

 BLUE value IS 16 (6.64% from 255) = 14.16%

R = 63.72%
G = 22.12%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481910 (or 0x481910) is known color: Brown Pod. HEX triplet: 48, 19 and 10. RGB value is (72,25,16). Sum of RGB (Red+Green+Blue) = 72+25+16=113 (14% of max value = 765). Red value is 72 (28.52% from 255 or 63.72% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 72 - color contains mainly: red. Hex color #481910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481910 is #B7E6EF. Grayscale: #262626. Windows color (decimal): -12052208 or 1055048. OLE color: 1055048.

HSL color Cylindrical-coordinate representation of color #481910: hue angle of 9.64º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481910 is Cyan = 0, Magento = 0.65, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 16 -
CMYK 0 0.65 0.78 0.72
HSL 9.64º 0.64% 0.17% -
HSV(B) 9.64º 0.78% 0.28% -
XYZ 3.11 2.11 0.73 -
YUV 38.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 72 25 16 0 0.65 0.78 0.72 9.64 0.64 0.17
Hex 48 19 10 0 41 4E 48 A 40 11
Octal 110 31 20 0 101 116 110 12 100 21
Binary 1001000 11001 10000 0 1000001 1001110 1001000 1010 1000000 10001

Color Harmonies of #481910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481910

Black with #481910

Text Example


Text Example

White with #481910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481910; }

 p { color: rgb(72,25,16); }

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

background-color css

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

 a { background-color: rgb(72,25,16); }

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

border-color css

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

 span { border-color: rgb(72,25,16); }

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