Html Css Color HEX #481707 Brown Pod

📋 copy color: '#481707'

red 72 ◦ green 23 ◦ blue 7

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

Shades of Brown Pod #481707

Tints of Brown Pod #481707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.86%

R = 70.59%
G = 22.55%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#481707 (or 0x481707) is known color: Brown Pod. HEX triplet: 48, 17 and 07. RGB value is (72,23,7). Sum of RGB (Red+Green+Blue) = 72+23+7=102 (13% of max value = 765). Red value is 72 (28.52% from 255 or 70.59% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 72 - color contains mainly: red. Hex color #481707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481707 is #B7E8F8. Grayscale: #232323. Windows color (decimal): -12052729 or 464712. OLE color: 464712.

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

Color convert

RGB 72 23 7 -
CMYK 0 0.68 0.90 0.72
HSL 14.77º 0.82% 0.15% -
HSV(B) 14.77º 0.9% 0.28% -
XYZ 3.02 2.01 0.43 -
YUV 35.83 111.73 153.8 -
System Red Green Blue C M Y K H S L
Decimal 72 23 7 0 0.68 0.90 0.72 14.77 0.82 0.15
Hex 48 17 7 0 44 5A 48 F 52 F
Octal 110 27 7 0 104 132 110 17 122 17
Binary 1001000 10111 111 0 1000100 1011010 1001000 1111 1010010 1111

Color Harmonies of #481707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481707

Black with #481707

Text Example


Text Example

White with #481707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481707; }

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

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

background-color css

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

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

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

border-color css

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

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

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