Html Css Color HEX #481509 Brown Pod

📋 copy color: '#481509'

red 72 ◦ green 21 ◦ blue 9

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

Shades of Brown Pod #481509

Tints of Brown Pod #481509

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

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

R = 70.59%
G = 20.59%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#481509 (or 0x481509) is known color: Brown Pod. HEX triplet: 48, 15 and 09. RGB value is (72,21,9). Sum of RGB (Red+Green+Blue) = 72+21+9=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #481509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481509 is #B7EAF6. Grayscale: #222222. Windows color (decimal): -12053239 or 595272. OLE color: 595272.

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

Color convert

RGB 72 21 9 -
CMYK 0 0.71 0.88 0.72
HSL 11.43º 0.78% 0.16% -
HSV(B) 11.43º 0.88% 0.28% -
XYZ 2.99 1.93 0.47 -
YUV 34.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 72 21 9 0 0.71 0.88 0.72 11.43 0.78 0.16
Hex 48 15 9 0 47 58 48 B 4E 10
Octal 110 25 11 0 107 130 110 13 116 20
Binary 1001000 10101 1001 0 1000111 1011000 1001000 1011 1001110 10000

Color Harmonies of #481509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481509

Black with #481509

Text Example


Text Example

White with #481509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481509; }

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

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

background-color css

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

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

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

border-color css

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

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

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