Html Css Color HEX #481301 Brown Pod

📋 copy color: '#481301'

red 72 ◦ green 19 ◦ blue 1

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

Shades of Brown Pod #481301

Tints of Brown Pod #481301

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.65%

 BLUE value IS 1 (0.78% from 255) = 1.09%

R = 78.26%
G = 20.65%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#481301 (or 0x481301) is known color: Brown Pod. HEX triplet: 48, 13 and 01. RGB value is (72,19,1). Sum of RGB (Red+Green+Blue) = 72+19+1=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #481301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481301 is #B7ECFE. Grayscale: #202020. Windows color (decimal): -12053759 or 70472. OLE color: 70472.

HSL color Cylindrical-coordinate representation of color #481301: hue angle of 15.21º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #481301 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 19 1 -
CMYK 0 0.74 0.99 0.72
HSL 15.21º 0.97% 0.14% -
HSV(B) 15.21º 0.99% 0.28% -
XYZ 2.91 1.85 0.23 -
YUV 32.8 110.06 155.96 -
System Red Green Blue C M Y K H S L
Decimal 72 19 1 0 0.74 0.99 0.72 15.21 0.97 0.14
Hex 48 13 1 0 4A 63 48 F 61 E
Octal 110 23 1 0 112 143 110 17 141 16
Binary 1001000 10011 1 0 1001010 1100011 1001000 1111 1100001 1110

Color Harmonies of #481301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481301

Black with #481301

Text Example


Text Example

White with #481301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481301; }

 p { color: rgb(72,19,1); }

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

background-color css

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

 a { background-color: rgb(72,19,1); }

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

border-color css

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

 span { border-color: rgb(72,19,1); }

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