Html Css Color HEX #481409 Brown Pod

📋 copy color: '#481409'

red 72 ◦ green 20 ◦ blue 9

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

Shades of Brown Pod #481409

Tints of Brown Pod #481409

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.91%

R = 71.29%
G = 19.8%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#481409 (or 0x481409) is known color: Brown Pod. HEX triplet: 48, 14 and 09. RGB value is (72,20,9). Sum of RGB (Red+Green+Blue) = 72+20+9=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #481409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481409 is #B7EBF6. Grayscale: #222222. Windows color (decimal): -12053495 or 595016. OLE color: 595016.

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

Color convert

RGB 72 20 9 -
CMYK 0 0.72 0.88 0.72
HSL 10.48º 0.78% 0.16% -
HSV(B) 10.48º 0.88% 0.28% -
XYZ 2.97 1.9 0.47 -
YUV 34.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 72 20 9 0 0.72 0.88 0.72 10.48 0.78 0.16
Hex 48 14 9 0 48 58 48 A 4E 10
Octal 110 24 11 0 110 130 110 12 116 20
Binary 1001000 10100 1001 0 1001000 1011000 1001000 1010 1001110 10000

Color Harmonies of #481409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481409

Black with #481409

Text Example


Text Example

White with #481409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481409; }

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

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

background-color css

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

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

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

border-color css

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

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

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