Html Css Color HEX #481C0E Brown Pod

📋 copy color: '#481C0E'

red 72 ◦ green 28 ◦ blue 14

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

Shades of Brown Pod #481C0E

Tints of Brown Pod #481C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 12.28%

R = 63.16%
G = 24.56%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.72

RGB Variations

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

Color information

#481C0E (or 0x481C0E) is known color: Brown Pod. HEX triplet: 48, 1C and 0E. RGB value is (72,28,14). Sum of RGB (Red+Green+Blue) = 72+28+14=114 (15% of max value = 765). Red value is 72 (28.52% from 255 or 63.16% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 14 (5.86% from 255 or 12.28% from 114); Max value from RGB is 72 - color contains mainly: red. Hex color #481C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481C0E is #B7E3F1. Grayscale: #272727. Windows color (decimal): -12051442 or 924744. OLE color: 924744.

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

Color convert

RGB 72 28 14 -
CMYK 0 0.61 0.81 0.72
HSL 14.48º 0.67% 0.17% -
HSV(B) 14.48º 0.81% 0.28% -
XYZ 3.17 2.24 0.68 -
YUV 39.56 113.58 151.14 -
System Red Green Blue C M Y K H S L
Decimal 72 28 14 0 0.61 0.81 0.72 14.48 0.67 0.17
Hex 48 1C E 0 3D 51 48 E 43 11
Octal 110 34 16 0 75 121 110 16 103 21
Binary 1001000 11100 1110 0 111101 1010001 1001000 1110 1000011 10001

Color Harmonies of #481C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C0E

Black with #481C0E

Text Example


Text Example

White with #481C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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