Html Css Color HEX #481E0D Brown Pod

📋 copy color: '#481E0D'

red 72 ◦ green 30 ◦ blue 13

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

Shades of Brown Pod #481E0D

Tints of Brown Pod #481E0D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 26.09%

 BLUE value IS 13 (5.47% from 255) = 11.3%

R = 62.61%
G = 26.09%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#481E0D (or 0x481E0D) is known color: Brown Pod. HEX triplet: 48, 1E and 0D. RGB value is (72,30,13). Sum of RGB (Red+Green+Blue) = 72+30+13=115 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.61% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 72 - color contains mainly: red. Hex color #481E0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481E0D is #B7E1F2. Grayscale: #282828. Windows color (decimal): -12050931 or 859720. OLE color: 859720.

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

Color convert

RGB 72 30 13 -
CMYK 0 0.58 0.82 0.72
HSL 17.29º 0.69% 0.17% -
HSV(B) 17.29º 0.82% 0.28% -
XYZ 3.21 2.34 0.66 -
YUV 40.62 112.41 150.38 -
System Red Green Blue C M Y K H S L
Decimal 72 30 13 0 0.58 0.82 0.72 17.29 0.69 0.17
Hex 48 1E D 0 3A 52 48 11 45 11
Octal 110 36 15 0 72 122 110 21 105 21
Binary 1001000 11110 1101 0 111010 1010010 1001000 10001 1000101 10001

Color Harmonies of #481E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E0D

Black with #481E0D

Text Example


Text Example

White with #481E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,30,13); }

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

background-color css

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

 a { background-color: rgb(72,30,13); }

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

border-color css

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

 span { border-color: rgb(72,30,13); }

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