Html Css Color HEX #481900 Brown Pod

📋 copy color: '#481900'

red 72 ◦ green 25 ◦ blue 0

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

Shades of Brown Pod #481900

Tints of Brown Pod #481900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.23%
G = 25.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#481900 (or 0x481900) is known color: Brown Pod. HEX triplet: 48, 19 and 00. RGB value is (72,25,0). Sum of RGB (Red+Green+Blue) = 72+25+0=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481900 is #B7E6FF. Grayscale: #242424. Windows color (decimal): -12052224 or 6472. OLE color: 6472.

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

Color convert

RGB 72 25 0 -
CMYK 0 0.65 1 0.72
HSL 20.83º 1% 0.14% -
HSV(B) 20.83º 1% 0.28% -
XYZ 3.02 2.07 0.24 -
YUV 36.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 72 25 0 0 0.65 1 0.72 20.83 1 0.14
Hex 48 19 0 0 41 64 48 15 64 E
Octal 110 31 0 0 101 144 110 25 144 16
Binary 1001000 11001 0 0 1000001 1100100 1001000 10101 1100100 1110

Color Harmonies of #481900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481900

Black with #481900

Text Example


Text Example

White with #481900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481900; }

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

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

background-color css

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

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

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

border-color css

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

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

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