Html Css Color HEX #30110C Seal Brown

📋 copy color: '#30110C'

red 48 ◦ green 17 ◦ blue 12

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

Shades of Seal Brown #30110C

Tints of Seal Brown #30110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.08%

 BLUE value IS 12 (5.08% from 255) = 15.58%

R = 62.34%
G = 22.08%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30110C (or 0x30110C) is known color: Seal Brown. HEX triplet: 30, 11 and 0C. RGB value is (48,17,12). Sum of RGB (Red+Green+Blue) = 48+17+12=77 (10% of max value = 765). Red value is 48 (19.14% from 255 or 62.34% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 12 (5.08% from 255 or 15.58% from 77); Max value from RGB is 48 - color contains mainly: red. Hex color #30110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30110C is #CFEEF3. Grayscale: #191919. Windows color (decimal): -13627124 or 790832. OLE color: 790832.

HSL color Cylindrical-coordinate representation of color #30110C: hue angle of 8.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30110C is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 17 12 -
CMYK 0 0.65 0.75 0.81
HSL 8.33º 0.6% 0.12% -
HSV(B) 8.33º 0.75% 0.19% -
XYZ 1.49 1.06 0.47 -
YUV 25.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 48 17 12 0 0.65 0.75 0.81 8.33 0.6 0.12
Hex 30 11 C 0 41 4B 51 8 3C C
Octal 60 21 14 0 101 113 121 10 74 14
Binary 110000 10001 1100 0 1000001 1001011 1010001 1000 111100 1100

Color Harmonies of #30110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30110C

Black with #30110C

Text Example


Text Example

White with #30110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30110C; }

 p { color: rgb(48,17,12); }

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

background-color css

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

 a { background-color: rgb(48,17,12); }

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

border-color css

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

 span { border-color: rgb(48,17,12); }

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