Html Css Color HEX #481302 Brown Pod

📋 copy color: '#481302'

red 72 ◦ green 19 ◦ blue 2

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

Shades of Brown Pod #481302

Tints of Brown Pod #481302

RGB

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

 GREEN value IS 19 (7.81% from 255) = 20.43%

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

R = 77.42%
G = 20.43%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#481302 (or 0x481302) is known color: Brown Pod. HEX triplet: 48, 13 and 02. RGB value is (72,19,2). Sum of RGB (Red+Green+Blue) = 72+19+2=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 19 (7.81% from 255 or 20.43% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #481302 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481302 is #B7ECFD. Grayscale: #212121. Windows color (decimal): -12053758 or 136008. OLE color: 136008.

HSL color Cylindrical-coordinate representation of color #481302: hue angle of 14.57º 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 #481302 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 19 2 -
CMYK 0 0.74 0.97 0.72
HSL 14.57º 0.95% 0.15% -
HSV(B) 14.57º 0.97% 0.28% -
XYZ 2.92 1.85 0.26 -
YUV 32.91 110.56 155.88 -
System Red Green Blue C M Y K H S L
Decimal 72 19 2 0 0.74 0.97 0.72 14.57 0.95 0.15
Hex 48 13 2 0 4A 61 48 F 5F F
Octal 110 23 2 0 112 141 110 17 137 17
Binary 1001000 10011 10 0 1001010 1100001 1001000 1111 1011111 1111

Color Harmonies of #481302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481302

Black with #481302

Text Example


Text Example

White with #481302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481302; }

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

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

background-color css

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

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

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

border-color css

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

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

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