Html Css Color HEX #481B09 Brown Pod

📋 copy color: '#481B09'

red 72 ◦ green 27 ◦ blue 9

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

Shades of Brown Pod #481B09

Tints of Brown Pod #481B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 25%

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

R = 66.67%
G = 25%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.72

RGB Variations

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

Color information

#481B09 (or 0x481B09) is known color: Brown Pod. HEX triplet: 48, 1B and 09. RGB value is (72,27,9). Sum of RGB (Red+Green+Blue) = 72+27+9=108 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.67% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 72 - color contains mainly: red. Hex color #481B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B09 is #B7E4F6. Grayscale: #262626. Windows color (decimal): -12051703 or 596808. OLE color: 596808.

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

Color convert

RGB 72 27 9 -
CMYK 0 0.62 0.88 0.72
HSL 17.14º 0.78% 0.16% -
HSV(B) 17.14º 0.88% 0.28% -
XYZ 3.11 2.18 0.52 -
YUV 38.4 111.41 151.96 -
System Red Green Blue C M Y K H S L
Decimal 72 27 9 0 0.62 0.88 0.72 17.14 0.78 0.16
Hex 48 1B 9 0 3E 58 48 11 4E 10
Octal 110 33 11 0 76 130 110 21 116 20
Binary 1001000 11011 1001 0 111110 1011000 1001000 10001 1001110 10000

Color Harmonies of #481B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B09

Black with #481B09

Text Example


Text Example

White with #481B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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