Html Css Color HEX #481202 Brown Pod

📋 copy color: '#481202'

red 72 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #481202

Tints of Brown Pod #481202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

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

R = 78.26%
G = 19.57%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#481202 (or 0x481202) is known color: Brown Pod. HEX triplet: 48, 12 and 02. RGB value is (72,18,2). Sum of RGB (Red+Green+Blue) = 72+18+2=92 (12% of max value = 765). Red value is 72 (28.52% from 255 or 78.26% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 2 (1.17% from 255 or 2.17% from 92); Max value from RGB is 72 - color contains mainly: red. Hex color #481202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481202 is #B7EDFD. Grayscale: #202020. Windows color (decimal): -12054014 or 135752. OLE color: 135752.

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

Color convert

RGB 72 18 2 -
CMYK 0 0.75 0.97 0.72
HSL 13.71º 0.95% 0.15% -
HSV(B) 13.71º 0.97% 0.28% -
XYZ 2.9 1.81 0.25 -
YUV 32.32 110.89 156.3 -
System Red Green Blue C M Y K H S L
Decimal 72 18 2 0 0.75 0.97 0.72 13.71 0.95 0.15
Hex 48 12 2 0 4B 61 48 E 5F F
Octal 110 22 2 0 113 141 110 16 137 17
Binary 1001000 10010 10 0 1001011 1100001 1001000 1110 1011111 1111

Color Harmonies of #481202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481202

Black with #481202

Text Example


Text Example

White with #481202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481202; }

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

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

background-color css

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

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

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

border-color css

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

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

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