Html Css Color HEX #481602 Brown Pod

📋 copy color: '#481602'

red 72 ◦ green 22 ◦ blue 2

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

Shades of Brown Pod #481602

Tints of Brown Pod #481602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.92%

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

R = 75%
G = 22.92%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#481602 (or 0x481602) is known color: Brown Pod. HEX triplet: 48, 16 and 02. RGB value is (72,22,2). Sum of RGB (Red+Green+Blue) = 72+22+2=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 22 (8.98% from 255 or 22.92% from 96); Blue value is 2 (1.17% from 255 or 2.08% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #481602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481602 is #B7E9FD. Grayscale: #222222. Windows color (decimal): -12052990 or 136776. OLE color: 136776.

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

Color convert

RGB 72 22 2 -
CMYK 0 0.69 0.97 0.72
HSL 17.14º 0.95% 0.15% -
HSV(B) 17.14º 0.97% 0.28% -
XYZ 2.97 1.96 0.28 -
YUV 34.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 72 22 2 0 0.69 0.97 0.72 17.14 0.95 0.15
Hex 48 16 2 0 45 61 48 11 5F F
Octal 110 26 2 0 105 141 110 21 137 17
Binary 1001000 10110 10 0 1000101 1100001 1001000 10001 1011111 1111

Color Harmonies of #481602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481602

Black with #481602

Text Example


Text Example

White with #481602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481602; }

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

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

background-color css

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

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

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

border-color css

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

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

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