#301714

Color #301714 Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #301714

Tints of Seal Brown #301714

Color information

#301714 (or 0x301714) is unknown color: approx Seal Brown. HEX triplet: 30, 17 and 14. RGB value is (48,23,20). Sum of RGB (Red+Green+Blue) = 48+23+20=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 23 (9.38% from 255 or 25.27% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #301714 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301714 is #CFE8EB. Grayscale: #1E1E1E. Windows color (decimal): -13625580 or 1316656. OLE color: 1316656.

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

Color convert

RGB482320-
CMYK00.520.580.81
HSL6.43º41.18%13.33%-
HSV(B)6.43º58.33%18.82%-
XYZ1.651.290.82-
YUV30.13122.28140.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 23 (9.38% from 255) = 25.27%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=52.75%
G=25.27%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48232000.520.580.816.4341.1813.33
Hex3017140343A51629d
Octal6027240647212165115
Binary1100001011110100011010011101010100011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301714; }

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

 H1.HeaderClassName
 {
   color: #301714;
 }
 .AnyTagClassName
 {
   color: #301714;
 }
</style>
background-color css

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

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

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

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

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

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