Html Css Color HEX #481F09 Brown Pod

📋 copy color: '#481F09'

red 72 ◦ green 31 ◦ blue 9

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

Shades of Brown Pod #481F09

Tints of Brown Pod #481F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.68%

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

R = 64.29%
G = 27.68%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#481F09 (or 0x481F09) is known color: Brown Pod. HEX triplet: 48, 1F and 09. RGB value is (72,31,9). Sum of RGB (Red+Green+Blue) = 72+31+9=112 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.29% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 72 - color contains mainly: red. Hex color #481F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481F09 is #B7E0F6. Grayscale: #282828. Windows color (decimal): -12050679 or 597832. OLE color: 597832.

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

Color convert

RGB 72 31 9 -
CMYK 0 0.57 0.88 0.72
HSL 20.95º 0.78% 0.16% -
HSV(B) 20.95º 0.88% 0.28% -
XYZ 3.21 2.38 0.55 -
YUV 40.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 72 31 9 0 0.57 0.88 0.72 20.95 0.78 0.16
Hex 48 1F 9 0 39 58 48 15 4E 10
Octal 110 37 11 0 71 130 110 25 116 20
Binary 1001000 11111 1001 0 111001 1011000 1001000 10101 1001110 10000

Color Harmonies of #481F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481F09

Black with #481F09

Text Example


Text Example

White with #481F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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