Html Css Color HEX #481B10 Brown Pod

📋 copy color: '#481B10'

red 72 ◦ green 27 ◦ blue 16

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

Shades of Brown Pod #481B10

Tints of Brown Pod #481B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.91%

R = 62.61%
G = 23.48%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481B10 (or 0x481B10) is known color: Brown Pod. HEX triplet: 48, 1B and 10. RGB value is (72,27,16). Sum of RGB (Red+Green+Blue) = 72+27+16=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B10 is #B7E4EF. Grayscale: #272727. Windows color (decimal): -12051696 or 1055560. OLE color: 1055560.

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

Color convert

RGB 72 27 16 -
CMYK 0 0.62 0.78 0.72
HSL 11.79º 0.64% 0.17% -
HSV(B) 11.79º 0.78% 0.28% -
XYZ 3.16 2.2 0.75 -
YUV 39.2 114.91 151.39 -
System Red Green Blue C M Y K H S L
Decimal 72 27 16 0 0.62 0.78 0.72 11.79 0.64 0.17
Hex 48 1B 10 0 3E 4E 48 C 40 11
Octal 110 33 20 0 76 116 110 14 100 21
Binary 1001000 11011 10000 0 111110 1001110 1001000 1100 1000000 10001

Color Harmonies of #481B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B10

Black with #481B10

Text Example


Text Example

White with #481B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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