Html Css Color HEX #301610 Seal Brown

📋 copy color: '#301610'

red 48 ◦ green 22 ◦ blue 16

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

Shades of Seal Brown #301610

Tints of Seal Brown #301610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 25.58%

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

R = 55.81%
G = 25.58%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.81

RGB Variations

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

Color information

#301610 (or 0x301610) is known color: Seal Brown. HEX triplet: 30, 16 and 10. RGB value is (48,22,16). Sum of RGB (Red+Green+Blue) = 48+22+16=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301610 is #CFE9EF. Grayscale: #1D1D1D. Windows color (decimal): -13625840 or 1054256. OLE color: 1054256.

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

Color convert

RGB 48 22 16 -
CMYK 0 0.54 0.67 0.81
HSL 11.25º 0.5% 0.13% -
HSV(B) 11.25º 0.67% 0.19% -
XYZ 1.6 1.24 0.65 -
YUV 29.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 48 22 16 0 0.54 0.67 0.81 11.25 0.5 0.13
Hex 30 16 10 0 36 43 51 B 32 D
Octal 60 26 20 0 66 103 121 13 62 15
Binary 110000 10110 10000 0 110110 1000011 1010001 1011 110010 1101

Color Harmonies of #301610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301610

Black with #301610

Text Example


Text Example

White with #301610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301610; }

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

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

background-color css

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

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

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

border-color css

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

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

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