Html Css Color HEX #301512 Seal Brown

📋 copy color: '#301512'

red 48 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #301512

Tints of Seal Brown #301512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.69%

R = 55.17%
G = 24.14%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#301512 (or 0x301512) is known color: Seal Brown. HEX triplet: 30, 15 and 12. RGB value is (48,21,18). Sum of RGB (Red+Green+Blue) = 48+21+18=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301512 is #CFEAED. Grayscale: #1C1C1C. Windows color (decimal): -13626094 or 1185072. OLE color: 1185072.

HSL color Cylindrical-coordinate representation of color #301512: hue angle of 6º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #301512 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 21 18 -
CMYK 0 0.56 0.63 0.81
HSL 0.45% 0.13% -
HSV(B) 0.63% 0.19% -
XYZ 1.6 1.21 0.72 -
YUV 28.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 48 21 18 0 0.56 0.63 0.81 6 0.45 0.13
Hex 30 15 12 0 38 3F 51 6 2D D
Octal 60 25 22 0 70 77 121 6 55 15
Binary 110000 10101 10010 0 111000 111111 1010001 110 101101 1101

Color Harmonies of #301512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301512

Black with #301512

Text Example


Text Example

White with #301512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301512; }

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

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

background-color css

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

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

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

border-color css

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

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

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