Html Css Color HEX #330F0C Seal Brown

📋 copy color: '#330F0C'

red 51 ◦ green 15 ◦ blue 12

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

Shades of Seal Brown #330F0C

Tints of Seal Brown #330F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 15.38%

R = 65.38%
G = 19.23%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.8

RGB Variations

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

Color information

#330F0C (or 0x330F0C) is known color: Seal Brown. HEX triplet: 33, 0F and 0C. RGB value is (51,15,12). Sum of RGB (Red+Green+Blue) = 51+15+12=78 (10% of max value = 765). Red value is 51 (20.31% from 255 or 65.38% from 78); Green value is 15 (6.25% from 255 or 19.23% from 78); Blue value is 12 (5.08% from 255 or 15.38% from 78); Max value from RGB is 51 - color contains mainly: red. Hex color #330F0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330F0C is #CCF0F3. Grayscale: #191919. Windows color (decimal): -13431028 or 790323. OLE color: 790323.

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

Color convert

RGB 51 15 12 -
CMYK 0 0.71 0.76 0.8
HSL 4.62º 0.62% 0.12% -
HSV(B) 4.62º 0.76% 0.2% -
XYZ 1.6 1.07 0.47 -
YUV 25.42 120.43 146.24 -
System Red Green Blue C M Y K H S L
Decimal 51 15 12 0 0.71 0.76 0.8 4.62 0.62 0.12
Hex 33 F C 0 47 4C 50 5 3E C
Octal 63 17 14 0 107 114 120 5 76 14
Binary 110011 1111 1100 0 1000111 1001100 1010000 101 111110 1100

Color Harmonies of #330F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F0C

Black with #330F0C

Text Example


Text Example

White with #330F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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