Html Css Color HEX #481901 Brown Pod

📋 copy color: '#481901'

red 72 ◦ green 25 ◦ blue 1

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

Shades of Brown Pod #481901

Tints of Brown Pod #481901

RGB

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

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

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

R = 73.47%
G = 25.51%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#481901 (or 0x481901) is known color: Brown Pod. HEX triplet: 48, 19 and 01. RGB value is (72,25,1). Sum of RGB (Red+Green+Blue) = 72+25+1=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 1 (0.78% from 255 or 1.02% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #481901 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481901 is #B7E6FE. Grayscale: #242424. Windows color (decimal): -12052223 or 72008. OLE color: 72008.

HSL color Cylindrical-coordinate representation of color #481901: hue angle of 20.28º 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 #481901 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 25 1 -
CMYK 0 0.65 0.99 0.72
HSL 20.28º 0.97% 0.14% -
HSV(B) 20.28º 0.99% 0.28% -
XYZ 3.03 2.08 0.27 -
YUV 36.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 72 25 1 0 0.65 0.99 0.72 20.28 0.97 0.14
Hex 48 19 1 0 41 63 48 14 61 E
Octal 110 31 1 0 101 143 110 24 141 16
Binary 1001000 11001 1 0 1000001 1100011 1001000 10100 1100001 1110

Color Harmonies of #481901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481901

Black with #481901

Text Example


Text Example

White with #481901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481901; }

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

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

background-color css

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

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

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

border-color css

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

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

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