Html Css Color HEX #481B11 Brown Pod

📋 copy color: '#481B11'

red 72 ◦ green 27 ◦ blue 17

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

Shades of Brown Pod #481B11

Tints of Brown Pod #481B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 14.66%

R = 62.07%
G = 23.28%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#481B11 (or 0x481B11) is known color: Brown Pod. HEX triplet: 48, 1B and 11. RGB value is (72,27,17). Sum of RGB (Red+Green+Blue) = 72+27+17=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B11 is #B7E4EE. Grayscale: #272727. Windows color (decimal): -12051695 or 1121096. OLE color: 1121096.

HSL color Cylindrical-coordinate representation of color #481B11: hue angle of 10.91º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481B11 is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 27 17 -
CMYK 0 0.62 0.76 0.72
HSL 10.91º 0.62% 0.17% -
HSV(B) 10.91º 0.76% 0.28% -
XYZ 3.17 2.2 0.79 -
YUV 39.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 72 27 17 0 0.62 0.76 0.72 10.91 0.62 0.17
Hex 48 1B 11 0 3E 4C 48 B 3E 11
Octal 110 33 21 0 76 114 110 13 76 21
Binary 1001000 11011 10001 0 111110 1001100 1001000 1011 111110 10001

Color Harmonies of #481B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B11

Black with #481B11

Text Example


Text Example

White with #481B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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