Html Css Color HEX #30120D Seal Brown

📋 copy color: '#30120D'

red 48 ◦ green 18 ◦ blue 13

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

Shades of Seal Brown #30120D

Tints of Seal Brown #30120D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 16.46%

R = 60.76%
G = 22.78%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30120D (or 0x30120D) is known color: Seal Brown. HEX triplet: 30, 12 and 0D. RGB value is (48,18,13). Sum of RGB (Red+Green+Blue) = 48+18+13=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #30120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30120D is #CFEDF2. Grayscale: #1A1A1A. Windows color (decimal): -13626867 or 856624. OLE color: 856624.

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

Color convert

RGB 48 18 13 -
CMYK 0 0.63 0.73 0.81
HSL 8.57º 0.57% 0.12% -
HSV(B) 8.57º 0.73% 0.19% -
XYZ 1.51 1.09 0.51 -
YUV 26.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 48 18 13 0 0.63 0.73 0.81 8.57 0.57 0.12
Hex 30 12 D 0 3F 49 51 9 39 C
Octal 60 22 15 0 77 111 121 11 71 14
Binary 110000 10010 1101 0 111111 1001001 1010001 1001 111001 1100

Color Harmonies of #30120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30120D

Black with #30120D

Text Example


Text Example

White with #30120D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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