Html Css Color HEX #481A0D Brown Pod

📋 copy color: '#481A0D'

red 72 ◦ green 26 ◦ blue 13

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

Shades of Brown Pod #481A0D

Tints of Brown Pod #481A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.42%

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

R = 64.86%
G = 23.42%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#481A0D (or 0x481A0D) is known color: Brown Pod. HEX triplet: 48, 1A and 0D. RGB value is (72,26,13). Sum of RGB (Red+Green+Blue) = 72+26+13=111 (14% of max value = 765). Red value is 72 (28.52% from 255 or 64.86% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 72 - color contains mainly: red. Hex color #481A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481A0D is #B7E5F2. Grayscale: #262626. Windows color (decimal): -12051955 or 858696. OLE color: 858696.

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

Color convert

RGB 72 26 13 -
CMYK 0 0.64 0.82 0.72
HSL 13.22º 0.69% 0.17% -
HSV(B) 13.22º 0.82% 0.28% -
XYZ 3.11 2.15 0.63 -
YUV 38.27 113.74 152.06 -
System Red Green Blue C M Y K H S L
Decimal 72 26 13 0 0.64 0.82 0.72 13.22 0.69 0.17
Hex 48 1A D 0 40 52 48 D 45 11
Octal 110 32 15 0 100 122 110 15 105 21
Binary 1001000 11010 1101 0 1000000 1010010 1001000 1101 1000101 10001

Color Harmonies of #481A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481A0D

Black with #481A0D

Text Example


Text Example

White with #481A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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