Html Css Color HEX #30140F Seal Brown

📋 copy color: '#30140F'

red 48 ◦ green 20 ◦ blue 15

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

Shades of Seal Brown #30140F

Tints of Seal Brown #30140F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 24.1%

 BLUE value IS 15 (6.25% from 255) = 18.07%

R = 57.83%
G = 24.1%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30140F (or 0x30140F) is known color: Seal Brown. HEX triplet: 30, 14 and 0F. RGB value is (48,20,15). Sum of RGB (Red+Green+Blue) = 48+20+15=83 (10% of max value = 765). Red value is 48 (19.14% from 255 or 57.83% from 83); Green value is 20 (8.20% from 255 or 24.10% from 83); Blue value is 15 (6.25% from 255 or 18.07% from 83); Max value from RGB is 48 - color contains mainly: red. Hex color #30140F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30140F is #CFEBF0. Grayscale: #1B1B1B. Windows color (decimal): -13626353 or 988208. OLE color: 988208.

HSL color Cylindrical-coordinate representation of color #30140F: hue angle of 9.09º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30140F is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 20 15 -
CMYK 0 0.58 0.69 0.81
HSL 9.09º 0.52% 0.12% -
HSV(B) 9.09º 0.69% 0.19% -
XYZ 1.56 1.16 0.59 -
YUV 27.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 48 20 15 0 0.58 0.69 0.81 9.09 0.52 0.12
Hex 30 14 F 0 3A 45 51 9 34 C
Octal 60 24 17 0 72 105 121 11 64 14
Binary 110000 10100 1111 0 111010 1000101 1010001 1001 110100 1100

Color Harmonies of #30140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30140F

Black with #30140F

Text Example


Text Example

White with #30140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30140F; }

 p { color: rgb(48,20,15); }

 H1.HeaderClassName
 {
   color: #30140F;
 }
 .AnyTagClassName
 {
   color: #30140F;
 }
</style>

background-color css

<style>
 a { background-color: #30140F; }

 a { background-color: rgb(48,20,15); }

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

border-color css

<style>
 span { border-color: #30140F; }

 span { border-color: rgb(48,20,15); }

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