Html Css Color HEX #481704 Brown Pod

📋 copy color: '#481704'

red 72 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #481704

Tints of Brown Pod #481704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.23%

 BLUE value IS 4 (1.95% from 255) = 4.04%

R = 72.73%
G = 23.23%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#481704 (or 0x481704) is known color: Brown Pod. HEX triplet: 48, 17 and 04. RGB value is (72,23,4). Sum of RGB (Red+Green+Blue) = 72+23+4=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 23 (9.38% from 255 or 23.23% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #481704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481704 is #B7E8FB. Grayscale: #232323. Windows color (decimal): -12052732 or 268104. OLE color: 268104.

HSL color Cylindrical-coordinate representation of color #481704: hue angle of 16.76º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #481704 is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 23 4 -
CMYK 0 0.68 0.94 0.72
HSL 16.76º 0.89% 0.15% -
HSV(B) 16.76º 0.94% 0.28% -
XYZ 3 2 0.34 -
YUV 35.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 72 23 4 0 0.68 0.94 0.72 16.76 0.89 0.15
Hex 48 17 4 0 44 5E 48 11 59 F
Octal 110 27 4 0 104 136 110 21 131 17
Binary 1001000 10111 100 0 1000100 1011110 1001000 10001 1011001 1111

Color Harmonies of #481704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481704

Black with #481704

Text Example


Text Example

White with #481704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481704; }

 p { color: rgb(72,23,4); }

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

background-color css

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

 a { background-color: rgb(72,23,4); }

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

border-color css

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

 span { border-color: rgb(72,23,4); }

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