Html Css Color HEX #481207 Seal Brown

📋 copy color: '#481207'

red 72 ◦ green 18 ◦ blue 7

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

Shades of Seal Brown #481207

Tints of Seal Brown #481207

RGB

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

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

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

R = 74.23%
G = 18.56%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#481207 (or 0x481207) is known color: Seal Brown. HEX triplet: 48, 12 and 07. RGB value is (72,18,7). Sum of RGB (Red+Green+Blue) = 72+18+7=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 18 (7.42% from 255 or 18.56% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #481207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481207 is #B7EDF8. Grayscale: #202020. Windows color (decimal): -12054009 or 463432. OLE color: 463432.

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

Color convert

RGB 72 18 7 -
CMYK 0 0.75 0.90 0.72
HSL 10.15º 0.82% 0.15% -
HSV(B) 10.15º 0.9% 0.28% -
XYZ 2.93 1.83 0.4 -
YUV 32.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 72 18 7 0 0.75 0.90 0.72 10.15 0.82 0.15
Hex 48 12 7 0 4B 5A 48 A 52 F
Octal 110 22 7 0 113 132 110 12 122 17
Binary 1001000 10010 111 0 1001011 1011010 1001000 1010 1010010 1111

Color Harmonies of #481207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481207

Black with #481207

Text Example


Text Example

White with #481207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481207; }

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

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

background-color css

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

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

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

border-color css

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

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

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