Html Css Color HEX #481B14 Brown Pod

📋 copy color: '#481B14'

red 72 ◦ green 27 ◦ blue 20

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

Shades of Brown Pod #481B14

Tints of Brown Pod #481B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.81%

R = 60.5%
G = 22.69%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481B14 (or 0x481B14) is known color: Brown Pod. HEX triplet: 48, 1B and 14. RGB value is (72,27,20). Sum of RGB (Red+Green+Blue) = 72+27+20=119 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60.50% from 119); Green value is 27 (10.94% from 255 or 22.69% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 72 - color contains mainly: red. Hex color #481B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481B14 is #B7E4EB. Grayscale: #272727. Windows color (decimal): -12051692 or 1317704. OLE color: 1317704.

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

Color convert

RGB 72 27 20 -
CMYK 0 0.62 0.72 0.72
HSL 8.08º 0.57% 0.18% -
HSV(B) 8.08º 0.72% 0.28% -
XYZ 3.19 2.21 0.92 -
YUV 39.66 116.91 151.07 -
System Red Green Blue C M Y K H S L
Decimal 72 27 20 0 0.62 0.72 0.72 8.08 0.57 0.18
Hex 48 1B 14 0 3E 48 48 8 39 12
Octal 110 33 24 0 76 110 110 10 71 22
Binary 1001000 11011 10100 0 111110 1001000 1001000 1000 111001 10010

Color Harmonies of #481B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481B14

Black with #481B14

Text Example


Text Example

White with #481B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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