Html Css Color HEX #481B13 Brown Pod

📋 copy color: '#481B13'

red 72 ◦ green 27 ◦ blue 19

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

Shades of Brown Pod #481B13

Tints of Brown Pod #481B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 61.02%
G = 22.88%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#481B13 (or 0x481B13) is known color: Brown Pod. HEX triplet: 48, 1B and 13. RGB value is (72,27,19). Sum of RGB (Red+Green+Blue) = 72+27+19=118 (15% of max value = 765). Red value is 72 (28.52% from 255 or 61.02% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 72 - color contains mainly: red. Hex color #481B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B13 is #B7E4EC. Grayscale: #272727. Windows color (decimal): -12051693 or 1252168. OLE color: 1252168.

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

Color convert

RGB 72 27 19 -
CMYK 0 0.62 0.74 0.72
HSL 9.06º 0.58% 0.18% -
HSV(B) 9.06º 0.74% 0.28% -
XYZ 3.18 2.21 0.87 -
YUV 39.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 72 27 19 0 0.62 0.74 0.72 9.06 0.58 0.18
Hex 48 1B 13 0 3E 4A 48 9 3A 12
Octal 110 33 23 0 76 112 110 11 72 22
Binary 1001000 11011 10011 0 111110 1001010 1001000 1001 111010 10010

Color Harmonies of #481B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B13

Black with #481B13

Text Example


Text Example

White with #481B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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