Html Css Color HEX #301710 Seal Brown

📋 copy color: '#301710'

red 48 ◦ green 23 ◦ blue 16

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

Shades of Seal Brown #301710

Tints of Seal Brown #301710

RGB

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

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

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

R = 55.17%
G = 26.44%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#301710 (or 0x301710) is known color: Seal Brown. HEX triplet: 30, 17 and 10. RGB value is (48,23,16). Sum of RGB (Red+Green+Blue) = 48+23+16=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #301710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301710 is #CFE8EF. Grayscale: #1D1D1D. Windows color (decimal): -13625584 or 1054512. OLE color: 1054512.

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

Color convert

RGB 48 23 16 -
CMYK 0 0.52 0.67 0.81
HSL 13.13º 0.5% 0.13% -
HSV(B) 13.13º 0.67% 0.19% -
XYZ 1.62 1.28 0.65 -
YUV 29.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 48 23 16 0 0.52 0.67 0.81 13.13 0.5 0.13
Hex 30 17 10 0 34 43 51 D 32 D
Octal 60 27 20 0 64 103 121 15 62 15
Binary 110000 10111 10000 0 110100 1000011 1010001 1101 110010 1101

Color Harmonies of #301710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301710

Black with #301710

Text Example


Text Example

White with #301710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301710; }

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

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

background-color css

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

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

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

border-color css

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

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

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