Html Css Color HEX #481502 Brown Pod

📋 copy color: '#481502'

red 72 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #481502

Tints of Brown Pod #481502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

 BLUE value IS 2 (1.17% from 255) = 2.11%

R = 75.79%
G = 22.11%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#481502 (or 0x481502) is known color: Brown Pod. HEX triplet: 48, 15 and 02. RGB value is (72,21,2). Sum of RGB (Red+Green+Blue) = 72+21+2=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481502 is #B7EAFD. Grayscale: #222222. Windows color (decimal): -12053246 or 136520. OLE color: 136520.

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

Color convert

RGB 72 21 2 -
CMYK 0 0.71 0.97 0.72
HSL 16.29º 0.95% 0.15% -
HSV(B) 16.29º 0.97% 0.28% -
XYZ 2.95 1.92 0.27 -
YUV 34.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 72 21 2 0 0.71 0.97 0.72 16.29 0.95 0.15
Hex 48 15 2 0 47 61 48 10 5F F
Octal 110 25 2 0 107 141 110 20 137 17
Binary 1001000 10101 10 0 1000111 1100001 1001000 10000 1011111 1111

Color Harmonies of #481502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481502

Black with #481502

Text Example


Text Example

White with #481502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481502; }

 p { color: rgb(72,21,2); }

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

background-color css

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

 a { background-color: rgb(72,21,2); }

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

border-color css

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

 span { border-color: rgb(72,21,2); }

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