Html Css Color HEX #481101 Brown Pod

📋 copy color: '#481101'

red 72 ◦ green 17 ◦ blue 1

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

Shades of Brown Pod #481101

Tints of Brown Pod #481101

RGB

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

 GREEN value IS 17 (7.03% from 255) = 18.89%

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

R = 80%
G = 18.89%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#481101 (or 0x481101) is known color: Brown Pod. HEX triplet: 48, 11 and 01. RGB value is (72,17,1). Sum of RGB (Red+Green+Blue) = 72+17+1=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 1 (0.78% from 255 or 1.11% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #481101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481101 is #B7EEFE. Grayscale: #1F1F1F. Windows color (decimal): -12054271 or 69960. OLE color: 69960.

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

Color convert

RGB 72 17 1 -
CMYK 0 0.76 0.99 0.72
HSL 13.52º 0.97% 0.14% -
HSV(B) 13.52º 0.99% 0.28% -
XYZ 2.88 1.78 0.22 -
YUV 31.62 110.72 156.8 -
System Red Green Blue C M Y K H S L
Decimal 72 17 1 0 0.76 0.99 0.72 13.52 0.97 0.14
Hex 48 11 1 0 4C 63 48 E 61 E
Octal 110 21 1 0 114 143 110 16 141 16
Binary 1001000 10001 1 0 1001100 1100011 1001000 1110 1100001 1110

Color Harmonies of #481101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481101

Black with #481101

Text Example


Text Example

White with #481101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481101; }

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

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

background-color css

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

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

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

border-color css

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

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

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