Html Css Color HEX #30120A Seal Brown

📋 copy color: '#30120A'

red 48 ◦ green 18 ◦ blue 10

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

Shades of Seal Brown #30120A

Tints of Seal Brown #30120A

RGB

 RED value IS 48 (19.14% from 255) = 63.16%

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

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

R = 63.16%
G = 23.68%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.81

RGB Variations

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

Color information

#30120A (or 0x30120A) is known color: Seal Brown. HEX triplet: 30, 12 and 0A. RGB value is (48,18,10). Sum of RGB (Red+Green+Blue) = 48+18+10=76 (10% of max value = 765). Red value is 48 (19.14% from 255 or 63.16% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 10 (4.30% from 255 or 13.16% from 76); Max value from RGB is 48 - color contains mainly: red. Hex color #30120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30120A is #CFEDF5. Grayscale: #1A1A1A. Windows color (decimal): -13626870 or 660016. OLE color: 660016.

HSL color Cylindrical-coordinate representation of color #30120A: hue angle of 12.63º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30120A is Cyan = 0, Magento = 0.63, Yellow = 0.79 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 10 -
CMYK 0 0.63 0.79 0.81
HSL 12.63º 0.66% 0.11% -
HSV(B) 12.63º 0.79% 0.19% -
XYZ 1.49 1.08 0.42 -
YUV 26.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 48 18 10 0 0.63 0.79 0.81 12.63 0.66 0.11
Hex 30 12 A 0 3F 4F 51 D 42 B
Octal 60 22 12 0 77 117 121 15 102 13
Binary 110000 10010 1010 0 111111 1001111 1010001 1101 1000010 1011

Color Harmonies of #30120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30120A

Black with #30120A

Text Example


Text Example

White with #30120A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,18,10); }

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

background-color css

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

 a { background-color: rgb(48,18,10); }

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

border-color css

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

 span { border-color: rgb(48,18,10); }

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