Html Css Color HEX #301714 Seal Brown

📋 copy color: '#301714'

red 48 ◦ green 23 ◦ blue 20

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

Shades of Seal Brown #301714

Tints of Seal Brown #301714

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.2% from 255) = 21.98%

R = 52.75%
G = 25.27%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#301714 (or 0x301714) is known color: 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

RGB 48 23 20 -
CMYK 0 0.52 0.58 0.81
HSL 6.43º 0.41% 0.13% -
HSV(B) 6.43º 0.58% 0.19% -
XYZ 1.65 1.29 0.82 -
YUV 30.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 48 23 20 0 0.52 0.58 0.81 6.43 0.41 0.13
Hex 30 17 14 0 34 3A 51 6 29 D
Octal 60 27 24 0 64 72 121 6 51 15
Binary 110000 10111 10100 0 110100 111010 1010001 110 101001 1101

Color Harmonies of #301714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301714

Black with #301714

Text Example


Text Example

White with #301714

Text Example


Text Example

HTML Codes & Css Web 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>