Html Css Color HEX #301510 Seal Brown

📋 copy color: '#301510'

red 48 ◦ green 21 ◦ blue 16

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

Shades of Seal Brown #301510

Tints of Seal Brown #301510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.82%

R = 56.47%
G = 24.71%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#301510 (or 0x301510) is known color: Seal Brown. HEX triplet: 30, 15 and 10. RGB value is (48,21,16). Sum of RGB (Red+Green+Blue) = 48+21+16=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 16 (6.64% from 255 or 18.82% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #301510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301510 is #CFEAEF. Grayscale: #1C1C1C. Windows color (decimal): -13626096 or 1054000. OLE color: 1054000.

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

Color convert

RGB 48 21 16 -
CMYK 0 0.56 0.67 0.81
HSL 9.38º 0.5% 0.13% -
HSV(B) 9.38º 0.67% 0.19% -
XYZ 1.58 1.2 0.64 -
YUV 28.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 48 21 16 0 0.56 0.67 0.81 9.38 0.5 0.13
Hex 30 15 10 0 38 43 51 9 32 D
Octal 60 25 20 0 70 103 121 11 62 15
Binary 110000 10101 10000 0 111000 1000011 1010001 1001 110010 1101

Color Harmonies of #301510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301510

Black with #301510

Text Example


Text Example

White with #301510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301510; }

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

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

background-color css

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

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

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

border-color css

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

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

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