Html Css Color HEX #481C14 Brown Pod

📋 copy color: '#481C14'

red 72 ◦ green 28 ◦ blue 20

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

Shades of Brown Pod #481C14

Tints of Brown Pod #481C14

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.33%

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

R = 60%
G = 23.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#481C14 (or 0x481C14) is known color: Brown Pod. HEX triplet: 48, 1C and 14. RGB value is (72,28,20). Sum of RGB (Red+Green+Blue) = 72+28+20=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #481C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C14 is #B7E3EB. Grayscale: #282828. Windows color (decimal): -12051436 or 1317960. OLE color: 1317960.

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

Color convert

RGB 72 28 20 -
CMYK 0 0.61 0.72 0.72
HSL 9.23º 0.57% 0.18% -
HSV(B) 9.23º 0.72% 0.28% -
XYZ 3.21 2.26 0.93 -
YUV 40.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 72 28 20 0 0.61 0.72 0.72 9.23 0.57 0.18
Hex 48 1C 14 0 3D 48 48 9 39 12
Octal 110 34 24 0 75 110 110 11 71 22
Binary 1001000 11100 10100 0 111101 1001000 1001000 1001 111001 10010

Color Harmonies of #481C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C14

Black with #481C14

Text Example


Text Example

White with #481C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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