Html Css Color HEX #481F0E Brown Pod

📋 copy color: '#481F0E'

red 72 ◦ green 31 ◦ blue 14

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

Shades of Brown Pod #481F0E

Tints of Brown Pod #481F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.97%

R = 61.54%
G = 26.5%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#481F0E (or 0x481F0E) is known color: Brown Pod. HEX triplet: 48, 1F and 0E. RGB value is (72,31,14). Sum of RGB (Red+Green+Blue) = 72+31+14=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 31 (12.5% from 255 or 26.50% from 117); Blue value is 14 (5.86% from 255 or 11.97% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481F0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F0E is #B7E0F1. Grayscale: #292929. Windows color (decimal): -12050674 or 925512. OLE color: 925512.

HSL color Cylindrical-coordinate representation of color #481F0E: hue angle of 17.59º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #481F0E is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 31 14 -
CMYK 0 0.57 0.81 0.72
HSL 17.59º 0.67% 0.17% -
HSV(B) 17.59º 0.81% 0.28% -
XYZ 3.24 2.39 0.71 -
YUV 41.32 112.58 149.88 -
System Red Green Blue C M Y K H S L
Decimal 72 31 14 0 0.57 0.81 0.72 17.59 0.67 0.17
Hex 48 1F E 0 39 51 48 12 43 11
Octal 110 37 16 0 71 121 110 22 103 21
Binary 1001000 11111 1110 0 111001 1010001 1001000 10010 1000011 10001

Color Harmonies of #481F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F0E

Black with #481F0E

Text Example


Text Example

White with #481F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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