Html Css Color HEX #481801 Brown Pod

📋 copy color: '#481801'

red 72 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #481801

Tints of Brown Pod #481801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 74.23%
G = 24.74%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#481801 (or 0x481801) is known color: Brown Pod. HEX triplet: 48, 18 and 01. RGB value is (72,24,1). Sum of RGB (Red+Green+Blue) = 72+24+1=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481801 is #B7E7FE. Grayscale: #232323. Windows color (decimal): -12052479 or 71752. OLE color: 71752.

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

Color convert

RGB 72 24 1 -
CMYK 0 0.67 0.99 0.72
HSL 19.44º 0.97% 0.14% -
HSV(B) 19.44º 0.99% 0.28% -
XYZ 3 2.03 0.26 -
YUV 35.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 72 24 1 0 0.67 0.99 0.72 19.44 0.97 0.14
Hex 48 18 1 0 43 63 48 13 61 E
Octal 110 30 1 0 103 143 110 23 141 16
Binary 1001000 11000 1 0 1000011 1100011 1001000 10011 1100001 1110

Color Harmonies of #481801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481801

Black with #481801

Text Example


Text Example

White with #481801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481801; }

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

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

background-color css

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

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

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

border-color css

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

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

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