Html Css Color HEX #481D00 Brown Pod

📋 copy color: '#481D00'

red 72 ◦ green 29 ◦ blue 0

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

Shades of Brown Pod #481D00

Tints of Brown Pod #481D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.29%
G = 28.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#481D00 (or 0x481D00) is known color: Brown Pod. HEX triplet: 48, 1D and 00. RGB value is (72,29,0). Sum of RGB (Red+Green+Blue) = 72+29+0=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 0 (0.39% from 255 or 0% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #481D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #481D00 is #B7E2FF. Grayscale: #262626. Windows color (decimal): -12051200 or 7496. OLE color: 7496.

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

Color convert

RGB 72 29 0 -
CMYK 0 0.60 1 0.72
HSL 24.17º 1% 0.14% -
HSV(B) 24.17º 1% 0.28% -
XYZ 3.11 2.26 0.27 -
YUV 38.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 72 29 0 0 0.60 1 0.72 24.17 1 0.14
Hex 48 1D 0 0 3C 64 48 18 64 E
Octal 110 35 0 0 74 144 110 30 144 16
Binary 1001000 11101 0 0 111100 1100100 1001000 11000 1100100 1110

Color Harmonies of #481D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481D00

Black with #481D00

Text Example


Text Example

White with #481D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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