Html Css Color HEX #330E0B Seal Brown

📋 copy color: '#330E0B'

red 51 ◦ green 14 ◦ blue 11

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

Shades of Seal Brown #330E0B

Tints of Seal Brown #330E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 14.47%

R = 67.11%
G = 18.42%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.8

RGB Variations

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

Color information

#330E0B (or 0x330E0B) is known color: Seal Brown. HEX triplet: 33, 0E and 0B. RGB value is (51,14,11). Sum of RGB (Red+Green+Blue) = 51+14+11=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 11 (4.69% from 255 or 14.47% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #330E0B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330E0B is #CCF1F4. Grayscale: #181818. Windows color (decimal): -13431285 or 724531. OLE color: 724531.

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

Color convert

RGB 51 14 11 -
CMYK 0 0.73 0.78 0.8
HSL 4.5º 0.65% 0.12% -
HSV(B) 4.5º 0.78% 0.2% -
XYZ 1.58 1.04 0.43 -
YUV 24.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 51 14 11 0 0.73 0.78 0.8 4.5 0.65 0.12
Hex 33 E B 0 49 4E 50 4 41 C
Octal 63 16 13 0 111 116 120 4 101 14
Binary 110011 1110 1011 0 1001001 1001110 1010000 100 1000001 1100

Color Harmonies of #330E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330E0B

Black with #330E0B

Text Example


Text Example

White with #330E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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