Html Css Color HEX #481914 Brown Pod

📋 copy color: '#481914'

red 72 ◦ green 25 ◦ blue 20

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

Shades of Brown Pod #481914

Tints of Brown Pod #481914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 17.09%

R = 61.54%
G = 21.37%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481914 (or 0x481914) is known color: Brown Pod. HEX triplet: 48, 19 and 14. RGB value is (72,25,20). Sum of RGB (Red+Green+Blue) = 72+25+20=117 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.54% from 117); Green value is 25 (10.16% from 255 or 21.37% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 72 - color contains mainly: red. Hex color #481914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481914 is #B7E6EB. Grayscale: #262626. Windows color (decimal): -12052204 or 1317192. OLE color: 1317192.

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

Color convert

RGB 72 25 20 -
CMYK 0 0.65 0.72 0.72
HSL 5.77º 0.57% 0.18% -
HSV(B) 5.77º 0.72% 0.28% -
XYZ 3.15 2.12 0.91 -
YUV 38.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 72 25 20 0 0.65 0.72 0.72 5.77 0.57 0.18
Hex 48 19 14 0 41 48 48 6 39 12
Octal 110 31 24 0 101 110 110 6 71 22
Binary 1001000 11001 10100 0 1000001 1001000 1001000 110 111001 10010

Color Harmonies of #481914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481914

Black with #481914

Text Example


Text Example

White with #481914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481914; }

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

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

background-color css

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

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

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

border-color css

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

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

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