Html Css Color HEX #481610 Seal Brown

📋 copy color: '#481610'

red 72 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #481610

Tints of Seal Brown #481610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.55%

R = 65.45%
G = 20%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#481610 (or 0x481610) is known color: Seal Brown. HEX triplet: 48, 16 and 10. RGB value is (72,22,16). Sum of RGB (Red+Green+Blue) = 72+22+16=110 (14% of max value = 765). Red value is 72 (28.52% from 255 or 65.45% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 72 - color contains mainly: red. Hex color #481610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481610 is #B7E9EF. Grayscale: #242424. Windows color (decimal): -12052976 or 1054280. OLE color: 1054280.

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

Color convert

RGB 72 22 16 -
CMYK 0 0.69 0.78 0.72
HSL 6.43º 0.64% 0.17% -
HSV(B) 6.43º 0.78% 0.28% -
XYZ 3.05 1.99 0.71 -
YUV 36.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 72 22 16 0 0.69 0.78 0.72 6.43 0.64 0.17
Hex 48 16 10 0 45 4E 48 6 40 11
Octal 110 26 20 0 105 116 110 6 100 21
Binary 1001000 10110 10000 0 1000101 1001110 1001000 110 1000000 10001

Color Harmonies of #481610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481610

Black with #481610

Text Example


Text Example

White with #481610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481610; }

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

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

background-color css

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

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

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

border-color css

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

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

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