Html Css Color HEX #30150D Seal Brown

📋 copy color: '#30150D'

red 48 ◦ green 21 ◦ blue 13

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

Shades of Seal Brown #30150D

Tints of Seal Brown #30150D

RGB

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

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

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

R = 58.54%
G = 25.61%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#30150D (or 0x30150D) is known color: Seal Brown. HEX triplet: 30, 15 and 0D. RGB value is (48,21,13). Sum of RGB (Red+Green+Blue) = 48+21+13=82 (10% of max value = 765). Red value is 48 (19.14% from 255 or 58.54% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 48 - color contains mainly: red. Hex color #30150D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150D is #CFEAF2. Grayscale: #1C1C1C. Windows color (decimal): -13626099 or 857392. OLE color: 857392.

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

Color convert

RGB 48 21 13 -
CMYK 0 0.56 0.73 0.81
HSL 13.71º 0.57% 0.12% -
HSV(B) 13.71º 0.73% 0.19% -
XYZ 1.56 1.19 0.53 -
YUV 28.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 48 21 13 0 0.56 0.73 0.81 13.71 0.57 0.12
Hex 30 15 D 0 38 49 51 E 39 C
Octal 60 25 15 0 70 111 121 16 71 14
Binary 110000 10101 1101 0 111000 1001001 1010001 1110 111001 1100

Color Harmonies of #30150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30150D

Black with #30150D

Text Example


Text Example

White with #30150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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