Html Css Color HEX #30120F Seal Brown

📋 copy color: '#30120F'

red 48 ◦ green 18 ◦ blue 15

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

Shades of Seal Brown #30120F

Tints of Seal Brown #30120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.22%

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

R = 59.26%
G = 22.22%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30120F (or 0x30120F) is known color: Seal Brown. HEX triplet: 30, 12 and 0F. RGB value is (48,18,15). Sum of RGB (Red+Green+Blue) = 48+18+15=81 (10% of max value = 765). Red value is 48 (19.14% from 255 or 59.26% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 48 - color contains mainly: red. Hex color #30120F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #30120F is #CFEDF0. Grayscale: #1A1A1A. Windows color (decimal): -13626865 or 987696. OLE color: 987696.

HSL color Cylindrical-coordinate representation of color #30120F: hue angle of 5.45º 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 #30120F is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 18 15 -
CMYK 0 0.63 0.69 0.81
HSL 5.45º 0.52% 0.12% -
HSV(B) 5.45º 0.69% 0.19% -
XYZ 1.52 1.1 0.58 -
YUV 26.63 121.44 143.24 -
System Red Green Blue C M Y K H S L
Decimal 48 18 15 0 0.63 0.69 0.81 5.45 0.52 0.12
Hex 30 12 F 0 3F 45 51 5 34 C
Octal 60 22 17 0 77 105 121 5 64 14
Binary 110000 10010 1111 0 111111 1000101 1010001 101 110100 1100

Color Harmonies of #30120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30120F

Black with #30120F

Text Example


Text Example

White with #30120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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