Html Css Color HEX #301715 Seal Brown

📋 copy color: '#301715'

red 48 ◦ green 23 ◦ blue 21

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

Shades of Seal Brown #301715

Tints of Seal Brown #301715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 22.83%

R = 52.17%
G = 25%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#301715 (or 0x301715) is known color: Seal Brown. HEX triplet: 30, 17 and 15. RGB value is (48,23,21). Sum of RGB (Red+Green+Blue) = 48+23+21=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #301715 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301715 is #CFE8EA. Grayscale: #1E1E1E. Windows color (decimal): -13625579 or 1382192. OLE color: 1382192.

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

Color convert

RGB 48 23 21 -
CMYK 0 0.52 0.56 0.81
HSL 4.44º 0.39% 0.14% -
HSV(B) 4.44º 0.56% 0.19% -
XYZ 1.66 1.3 0.87 -
YUV 30.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 48 23 21 0 0.52 0.56 0.81 4.44 0.39 0.14
Hex 30 17 15 0 34 38 51 4 27 E
Octal 60 27 25 0 64 70 121 4 47 16
Binary 110000 10111 10101 0 110100 111000 1010001 100 100111 1110

Color Harmonies of #301715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301715

Black with #301715

Text Example


Text Example

White with #301715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301715; }

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

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

background-color css

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

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

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

border-color css

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

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

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