Html Css Color HEX #481809 Brown Pod

📋 copy color: '#481809'

red 72 ◦ green 24 ◦ blue 9

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

Shades of Brown Pod #481809

Tints of Brown Pod #481809

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.86%

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

R = 68.57%
G = 22.86%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#481809 (or 0x481809) is known color: Brown Pod. HEX triplet: 48, 18 and 09. RGB value is (72,24,9). Sum of RGB (Red+Green+Blue) = 72+24+9=105 (13% of max value = 765). Red value is 72 (28.52% from 255 or 68.57% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 72 - color contains mainly: red. Hex color #481809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481809 is #B7E7F6. Grayscale: #242424. Windows color (decimal): -12052471 or 596040. OLE color: 596040.

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

Color convert

RGB 72 24 9 -
CMYK 0 0.67 0.88 0.72
HSL 14.29º 0.78% 0.16% -
HSV(B) 14.29º 0.88% 0.28% -
XYZ 3.05 2.05 0.49 -
YUV 36.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 72 24 9 0 0.67 0.88 0.72 14.29 0.78 0.16
Hex 48 18 9 0 43 58 48 E 4E 10
Octal 110 30 11 0 103 130 110 16 116 20
Binary 1001000 11000 1001 0 1000011 1011000 1001000 1110 1001110 10000

Color Harmonies of #481809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481809

Black with #481809

Text Example


Text Example

White with #481809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481809; }

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

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

background-color css

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

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

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

border-color css

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

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

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