Html Css Color HEX #481401 Brown Pod

📋 copy color: '#481401'

red 72 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #481401

Tints of Brown Pod #481401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

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

R = 77.42%
G = 21.51%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#481401 (or 0x481401) is known color: Brown Pod. HEX triplet: 48, 14 and 01. RGB value is (72,20,1). Sum of RGB (Red+Green+Blue) = 72+20+1=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #481401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481401 is #B7EBFE. Grayscale: #212121. Windows color (decimal): -12053503 or 70728. OLE color: 70728.

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

Color convert

RGB 72 20 1 -
CMYK 0 0.72 0.99 0.72
HSL 16.06º 0.97% 0.14% -
HSV(B) 16.06º 0.99% 0.28% -
XYZ 2.93 1.88 0.24 -
YUV 33.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 72 20 1 0 0.72 0.99 0.72 16.06 0.97 0.14
Hex 48 14 1 0 48 63 48 10 61 E
Octal 110 24 1 0 110 143 110 20 141 16
Binary 1001000 10100 1 0 1001000 1100011 1001000 10000 1100001 1110

Color Harmonies of #481401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481401

Black with #481401

Text Example


Text Example

White with #481401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481401; }

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

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

background-color css

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

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

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

border-color css

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

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

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