Html Css Color HEX #30150C Seal Brown

📋 copy color: '#30150C'

red 48 ◦ green 21 ◦ blue 12

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

Shades of Seal Brown #30150C

Tints of Seal Brown #30150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25.93%

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

R = 59.26%
G = 25.93%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.81

RGB Variations

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

Color information

#30150C (or 0x30150C) is known color: Seal Brown. HEX triplet: 30, 15 and 0C. RGB value is (48,21,12). Sum of RGB (Red+Green+Blue) = 48+21+12=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30150C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150C is #CFEAF3. Grayscale: #1C1C1C. Windows color (decimal): -13626100 or 791856. OLE color: 791856.

HSL color Cylindrical-coordinate representation of color #30150C: hue angle of 15º 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 #30150C is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 12 -
CMYK 0 0.56 0.75 0.81
HSL 15º 0.6% 0.12% -
HSV(B) 15º 0.75% 0.19% -
XYZ 1.55 1.19 0.5 -
YUV 28.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 48 21 12 0 0.56 0.75 0.81 15 0.6 0.12
Hex 30 15 C 0 38 4B 51 F 3C C
Octal 60 25 14 0 70 113 121 17 74 14
Binary 110000 10101 1100 0 111000 1001011 1010001 1111 111100 1100

Color Harmonies of #30150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30150C

Black with #30150C

Text Example


Text Example

White with #30150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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