Html Css Color HEX #481D0F Brown Pod

📋 copy color: '#481D0F'

red 72 ◦ green 29 ◦ blue 15

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

Shades of Brown Pod #481D0F

Tints of Brown Pod #481D0F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25%

 BLUE value IS 15 (6.25% from 255) = 12.93%

R = 62.07%
G = 25%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#481D0F (or 0x481D0F) is known color: Brown Pod. HEX triplet: 48, 1D and 0F. RGB value is (72,29,15). Sum of RGB (Red+Green+Blue) = 72+29+15=116 (15% of max value = 765). Red value is 72 (28.52% from 255 or 62.07% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 15 (6.25% from 255 or 12.93% from 116); Max value from RGB is 72 - color contains mainly: red. Hex color #481D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D0F is #B7E2F0. Grayscale: #282828. Windows color (decimal): -12051185 or 990536. OLE color: 990536.

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

Color convert

RGB 72 29 15 -
CMYK 0 0.60 0.79 0.72
HSL 14.74º 0.66% 0.17% -
HSV(B) 14.74º 0.79% 0.28% -
XYZ 3.2 2.29 0.73 -
YUV 40.26 113.75 150.64 -
System Red Green Blue C M Y K H S L
Decimal 72 29 15 0 0.60 0.79 0.72 14.74 0.66 0.17
Hex 48 1D F 0 3C 4F 48 F 42 11
Octal 110 35 17 0 74 117 110 17 102 21
Binary 1001000 11101 1111 0 111100 1001111 1001000 1111 1000010 10001

Color Harmonies of #481D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D0F

Black with #481D0F

Text Example


Text Example

White with #481D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,29,15); }

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

background-color css

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

 a { background-color: rgb(72,29,15); }

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

border-color css

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

 span { border-color: rgb(72,29,15); }

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