Html Css Color HEX #481F10 Brown Pod

📋 copy color: '#481F10'

red 72 ◦ green 31 ◦ blue 16

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

Shades of Brown Pod #481F10

Tints of Brown Pod #481F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.05%

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

R = 60.5%
G = 26.05%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481F10 (or 0x481F10) is known color: Brown Pod. HEX triplet: 48, 1F and 10. RGB value is (72,31,16). Sum of RGB (Red+Green+Blue) = 72+31+16=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F10 is #B7E0EF. Grayscale: #292929. Windows color (decimal): -12050672 or 1056584. OLE color: 1056584.

HSL color Cylindrical-coordinate representation of color #481F10: hue angle of 16.07º 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 #481F10 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 16 -
CMYK 0 0.57 0.78 0.72
HSL 16.07º 0.64% 0.17% -
HSV(B) 16.07º 0.78% 0.28% -
XYZ 3.26 2.4 0.78 -
YUV 41.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 72 31 16 0 0.57 0.78 0.72 16.07 0.64 0.17
Hex 48 1F 10 0 39 4E 48 10 40 11
Octal 110 37 20 0 71 116 110 20 100 21
Binary 1001000 11111 10000 0 111001 1001110 1001000 10000 1000000 10001

Color Harmonies of #481F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F10

Black with #481F10

Text Example


Text Example

White with #481F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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