Html Css Color HEX #481601 Brown Pod

📋 copy color: '#481601'

red 72 ◦ green 22 ◦ blue 1

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

Shades of Brown Pod #481601

Tints of Brown Pod #481601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.05%

R = 75.79%
G = 23.16%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#481601 (or 0x481601) is known color: Brown Pod. HEX triplet: 48, 16 and 01. RGB value is (72,22,1). Sum of RGB (Red+Green+Blue) = 72+22+1=95 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75.79% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 72 - color contains mainly: red. Hex color #481601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481601 is #B7E9FE. Grayscale: #222222. Windows color (decimal): -12052991 or 71240. OLE color: 71240.

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

Color convert

RGB 72 22 1 -
CMYK 0 0.69 0.99 0.72
HSL 17.75º 0.97% 0.14% -
HSV(B) 17.75º 0.99% 0.28% -
XYZ 2.96 1.95 0.25 -
YUV 34.56 109.07 154.71 -
System Red Green Blue C M Y K H S L
Decimal 72 22 1 0 0.69 0.99 0.72 17.75 0.97 0.14
Hex 48 16 1 0 45 63 48 12 61 E
Octal 110 26 1 0 105 143 110 22 141 16
Binary 1001000 10110 1 0 1000101 1100011 1001000 10010 1100001 1110

Color Harmonies of #481601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481601

Black with #481601

Text Example


Text Example

White with #481601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481601; }

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

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

background-color css

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

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

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

border-color css

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

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

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