Html Css Color HEX #30150E Seal Brown

📋 copy color: '#30150E'

red 48 ◦ green 21 ◦ blue 14

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

Shades of Seal Brown #30150E

Tints of Seal Brown #30150E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.87%

R = 57.83%
G = 25.3%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#30150E (or 0x30150E) is known color: Seal Brown. HEX triplet: 30, 15 and 0E. RGB value is (48,21,14). Sum of RGB (Red+Green+Blue) = 48+21+14=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30150E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30150E is #CFEAF1. Grayscale: #1C1C1C. Windows color (decimal): -13626098 or 922928. OLE color: 922928.

HSL color Cylindrical-coordinate representation of color #30150E: hue angle of 12.35º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30150E is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 14 -
CMYK 0 0.56 0.71 0.81
HSL 12.35º 0.55% 0.12% -
HSV(B) 12.35º 0.71% 0.19% -
XYZ 1.57 1.2 0.56 -
YUV 28.28 119.95 142.07 -
System Red Green Blue C M Y K H S L
Decimal 48 21 14 0 0.56 0.71 0.81 12.35 0.55 0.12
Hex 30 15 E 0 38 47 51 C 37 C
Octal 60 25 16 0 70 107 121 14 67 14
Binary 110000 10101 1110 0 111000 1000111 1010001 1100 110111 1100

Color Harmonies of #30150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30150E

Black with #30150E

Text Example


Text Example

White with #30150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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