Html Css Color HEX #300E08 Seal Brown

📋 copy color: '#300E08'

red 48 ◦ green 14 ◦ blue 8

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

Shades of Seal Brown #300E08

Tints of Seal Brown #300E08

RGB

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

 GREEN value IS 14 (5.86% from 255) = 20%

 BLUE value IS 8 (3.52% from 255) = 11.43%

R = 68.57%
G = 20%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#300E08 (or 0x300E08) is known color: Seal Brown. HEX triplet: 30, 0E and 08. RGB value is (48,14,8). Sum of RGB (Red+Green+Blue) = 48+14+8=70 (9% of max value = 765). Red value is 48 (19.14% from 255 or 68.57% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 48 - color contains mainly: red. Hex color #300E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300E08 is #CFF1F7. Grayscale: #171717. Windows color (decimal): -13627896 or 527920. OLE color: 527920.

HSL color Cylindrical-coordinate representation of color #300E08: hue angle of 9º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #300E08 is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 14 8 -
CMYK 0 0.71 0.83 0.81
HSL 0.71% 0.11% -
HSV(B) 0.83% 0.19% -
XYZ 1.42 0.96 0.34 -
YUV 23.48 119.26 145.49 -
System Red Green Blue C M Y K H S L
Decimal 48 14 8 0 0.71 0.83 0.81 9 0.71 0.11
Hex 30 E 8 0 47 53 51 9 47 B
Octal 60 16 10 0 107 123 121 11 107 13
Binary 110000 1110 1000 0 1000111 1010011 1010001 1001 1000111 1011

Color Harmonies of #300E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300E08

Black with #300E08

Text Example


Text Example

White with #300E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300E08; }

 p { color: rgb(48,14,8); }

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

background-color css

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

 a { background-color: rgb(48,14,8); }

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

border-color css

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

 span { border-color: rgb(48,14,8); }

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