Html Css Color HEX #481805 Brown Pod

📋 copy color: '#481805'

red 72 ◦ green 24 ◦ blue 5

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

Shades of Brown Pod #481805

Tints of Brown Pod #481805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.76%

 BLUE value IS 5 (2.34% from 255) = 4.95%

R = 71.29%
G = 23.76%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#481805 (or 0x481805) is known color: Brown Pod. HEX triplet: 48, 18 and 05. RGB value is (72,24,5). Sum of RGB (Red+Green+Blue) = 72+24+5=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #481805 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481805 is #B7E7FA. Grayscale: #242424. Windows color (decimal): -12052475 or 333896. OLE color: 333896.

HSL color Cylindrical-coordinate representation of color #481805: hue angle of 17.01º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #481805 is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 24 5 -
CMYK 0 0.67 0.93 0.72
HSL 17.01º 0.87% 0.15% -
HSV(B) 17.01º 0.93% 0.28% -
XYZ 3.03 2.04 0.38 -
YUV 36.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 72 24 5 0 0.67 0.93 0.72 17.01 0.87 0.15
Hex 48 18 5 0 43 5D 48 11 57 F
Octal 110 30 5 0 103 135 110 21 127 17
Binary 1001000 11000 101 0 1000011 1011101 1001000 10001 1010111 1111

Color Harmonies of #481805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481805

Black with #481805

Text Example


Text Example

White with #481805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481805; }

 p { color: rgb(72,24,5); }

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

background-color css

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

 a { background-color: rgb(72,24,5); }

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

border-color css

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

 span { border-color: rgb(72,24,5); }

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