Html Css Color HEX #330F0E Seal Brown

📋 copy color: '#330F0E'

red 51 ◦ green 15 ◦ blue 14

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

Shades of Seal Brown #330F0E

Tints of Seal Brown #330F0E

RGB

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

 GREEN value IS 15 (6.25% from 255) = 18.75%

 BLUE value IS 14 (5.86% from 255) = 17.5%

R = 63.75%
G = 18.75%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#330F0E (or 0x330F0E) is known color: Seal Brown. HEX triplet: 33, 0F and 0E. RGB value is (51,15,14). Sum of RGB (Red+Green+Blue) = 51+15+14=80 (10% of max value = 765). Red value is 51 (20.31% from 255 or 63.75% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 51 - color contains mainly: red. Hex color #330F0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F0E is #CCF0F1. Grayscale: #191919. Windows color (decimal): -13431026 or 921395. OLE color: 921395.

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

Color convert

RGB 51 15 14 -
CMYK 0 0.71 0.73 0.8
HSL 1.62º 0.57% 0.13% -
HSV(B) 1.62º 0.73% 0.2% -
XYZ 1.62 1.08 0.54 -
YUV 25.65 121.43 146.08 -
System Red Green Blue C M Y K H S L
Decimal 51 15 14 0 0.71 0.73 0.8 1.62 0.57 0.13
Hex 33 F E 0 47 49 50 2 39 D
Octal 63 17 16 0 107 111 120 2 71 15
Binary 110011 1111 1110 0 1000111 1001001 1010000 10 111001 1101

Color Harmonies of #330F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F0E

Black with #330F0E

Text Example


Text Example

White with #330F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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