Html Css Color HEX #481C09 Brown Pod

📋 copy color: '#481C09'

red 72 ◦ green 28 ◦ blue 9

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

Shades of Brown Pod #481C09

Tints of Brown Pod #481C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 25.69%

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

R = 66.06%
G = 25.69%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#481C09 (or 0x481C09) is known color: Brown Pod. HEX triplet: 48, 1C and 09. RGB value is (72,28,9). Sum of RGB (Red+Green+Blue) = 72+28+9=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #481C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C09 is #B7E3F6. Grayscale: #272727. Windows color (decimal): -12051447 or 597064. OLE color: 597064.

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

Color convert

RGB 72 28 9 -
CMYK 0 0.61 0.88 0.72
HSL 18.1º 0.78% 0.16% -
HSV(B) 18.1º 0.88% 0.28% -
XYZ 3.14 2.23 0.52 -
YUV 38.99 111.08 151.54 -
System Red Green Blue C M Y K H S L
Decimal 72 28 9 0 0.61 0.88 0.72 18.1 0.78 0.16
Hex 48 1C 9 0 3D 58 48 12 4E 10
Octal 110 34 11 0 75 130 110 22 116 20
Binary 1001000 11100 1001 0 111101 1011000 1001000 10010 1001110 10000

Color Harmonies of #481C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C09

Black with #481C09

Text Example


Text Example

White with #481C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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