Html Css Color HEX #301712 Seal Brown

📋 copy color: '#301712'

red 48 ◦ green 23 ◦ blue 18

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

Shades of Seal Brown #301712

Tints of Seal Brown #301712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 25.84%

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

R = 53.93%
G = 25.84%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#301712 (or 0x301712) is known color: Seal Brown. HEX triplet: 30, 17 and 12. RGB value is (48,23,18). Sum of RGB (Red+Green+Blue) = 48+23+18=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 23 (9.38% from 255 or 25.84% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #301712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301712 is #CFE8ED. Grayscale: #1D1D1D. Windows color (decimal): -13625582 or 1185584. OLE color: 1185584.

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

Color convert

RGB 48 23 18 -
CMYK 0 0.52 0.63 0.81
HSL 10º 0.45% 0.13% -
HSV(B) 10º 0.63% 0.19% -
XYZ 1.63 1.28 0.73 -
YUV 29.91 121.28 140.91 -
System Red Green Blue C M Y K H S L
Decimal 48 23 18 0 0.52 0.63 0.81 10 0.45 0.13
Hex 30 17 12 0 34 3F 51 A 2D D
Octal 60 27 22 0 64 77 121 12 55 15
Binary 110000 10111 10010 0 110100 111111 1010001 1010 101101 1101

Color Harmonies of #301712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301712

Black with #301712

Text Example


Text Example

White with #301712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301712; }

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

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

background-color css

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

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

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

border-color css

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

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

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