Html Css Color HEX #330E08 Seal Brown

📋 copy color: '#330E08'

red 51 ◦ green 14 ◦ blue 8

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

Shades of Seal Brown #330E08

Tints of Seal Brown #330E08

RGB

 RED value IS 51 (20.31% from 255) = 69.86%

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

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

R = 69.86%
G = 19.18%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.8

RGB Variations

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

Color information

#330E08 (or 0x330E08) is known color: Seal Brown. HEX triplet: 33, 0E and 08. RGB value is (51,14,8). Sum of RGB (Red+Green+Blue) = 51+14+8=73 (9% of max value = 765). Red value is 51 (20.31% from 255 or 69.86% from 73); Green value is 14 (5.86% from 255 or 19.18% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 51 - color contains mainly: red. Hex color #330E08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E08 is #CCF1F7. Grayscale: #181818. Windows color (decimal): -13431288 or 527923. OLE color: 527923.

HSL color Cylindrical-coordinate representation of color #330E08: hue angle of 8.37º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #330E08 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 14 8 -
CMYK 0 0.73 0.84 0.8
HSL 8.37º 0.73% 0.12% -
HSV(B) 8.37º 0.84% 0.2% -
XYZ 1.57 1.04 0.35 -
YUV 24.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 51 14 8 0 0.73 0.84 0.8 8.37 0.73 0.12
Hex 33 E 8 0 49 54 50 8 49 C
Octal 63 16 10 0 111 124 120 10 111 14
Binary 110011 1110 1000 0 1001001 1010100 1010000 1000 1001001 1100

Color Harmonies of #330E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E08

Black with #330E08

Text Example


Text Example

White with #330E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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