Html Css Color HEX #481402 Brown Pod

📋 copy color: '#481402'

red 72 ◦ green 20 ◦ blue 2

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

Shades of Brown Pod #481402

Tints of Brown Pod #481402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.28%

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

R = 76.6%
G = 21.28%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#481402 (or 0x481402) is known color: Brown Pod. HEX triplet: 48, 14 and 02. RGB value is (72,20,2). Sum of RGB (Red+Green+Blue) = 72+20+2=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 2 (1.17% from 255 or 2.13% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #481402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481402 is #B7EBFD. Grayscale: #212121. Windows color (decimal): -12053502 or 136264. OLE color: 136264.

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

Color convert

RGB 72 20 2 -
CMYK 0 0.72 0.97 0.72
HSL 15.43º 0.95% 0.15% -
HSV(B) 15.43º 0.97% 0.28% -
XYZ 2.93 1.88 0.27 -
YUV 33.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 72 20 2 0 0.72 0.97 0.72 15.43 0.95 0.15
Hex 48 14 2 0 48 61 48 F 5F F
Octal 110 24 2 0 110 141 110 17 137 17
Binary 1001000 10100 10 0 1001000 1100001 1001000 1111 1011111 1111

Color Harmonies of #481402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481402

Black with #481402

Text Example


Text Example

White with #481402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481402; }

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

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

background-color css

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

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

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

border-color css

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

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

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