Html Css Color HEX #48130A Seal Brown

📋 copy color: '#48130A'

red 72 ◦ green 19 ◦ blue 10

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

Shades of Seal Brown #48130A

Tints of Seal Brown #48130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.81%

 BLUE value IS 10 (4.3% from 255) = 9.9%

R = 71.29%
G = 18.81%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#48130A (or 0x48130A) is known color: Seal Brown. HEX triplet: 48, 13 and 0A. RGB value is (72,19,10). Sum of RGB (Red+Green+Blue) = 72+19+10=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #48130A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48130A is #B7ECF5. Grayscale: #212121. Windows color (decimal): -12053750 or 660296. OLE color: 660296.

HSL color Cylindrical-coordinate representation of color #48130A: hue angle of 8.71º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48130A is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 19 10 -
CMYK 0 0.74 0.86 0.72
HSL 8.71º 0.76% 0.16% -
HSV(B) 8.71º 0.86% 0.28% -
XYZ 2.96 1.87 0.49 -
YUV 33.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 72 19 10 0 0.74 0.86 0.72 8.71 0.76 0.16
Hex 48 13 A 0 4A 56 48 9 4C 10
Octal 110 23 12 0 112 126 110 11 114 20
Binary 1001000 10011 1010 0 1001010 1010110 1001000 1001 1001100 10000

Color Harmonies of #48130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48130A

Black with #48130A

Text Example


Text Example

White with #48130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48130A; }

 p { color: rgb(72,19,10); }

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

background-color css

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

 a { background-color: rgb(72,19,10); }

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

border-color css

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

 span { border-color: rgb(72,19,10); }

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